merging Emacs.app (NeXTstep port)
This commit is contained in:
@@ -18,11 +18,11 @@ You should have received a copy of the GNU General Public License
|
||||
along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
|
||||
|
||||
#ifdef HAVE_SYS_SELECT_H
|
||||
#if defined (DARWIN) || defined (MAC_OSX)
|
||||
#if defined (DARWIN) || defined (MAC_OSX) || defined (NS_IMPL_COCOA)
|
||||
#undef init_process
|
||||
#endif
|
||||
#include <sys/select.h>
|
||||
#if defined (DARWIN) || defined (MAC_OSX)
|
||||
#if defined (DARWIN) || defined (MAC_OSX) || defined (NS_IMPL_COCOA)
|
||||
#define init_process emacs_init_process
|
||||
#endif
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user