From b82da769e5bd9aab6ee2102d4c98ed7e1c6541bb Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Thu, 12 Jul 2012 19:56:39 -0400 Subject: Rename init_process rather than working around it on Darwin The old name is also the name of a Mach system call. * src/process.c (init_process_emacs): Rename from init_process. * src/lisp.h, src/emacs.c: Update for this name change. * src/nsgui.h, src/sysselect.h, src/s/darwin.h: Remove workaround that is no longer needed. --- src/nsgui.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/nsgui.h') diff --git a/src/nsgui.h b/src/nsgui.h index 0c9a8a01e69..60c38b221fb 100644 --- a/src/nsgui.h +++ b/src/nsgui.h @@ -27,7 +27,6 @@ along with GNU Emacs. If not, see . */ #warning "Z is defined. If you get a later parse error in a header, check that buffer.h or other files #define-ing Z are not included." #endif /* Z */ #define Cursor FooFoo -#undef init_process #endif /* NS_IMPL_COCOA */ #undef verify @@ -36,7 +35,6 @@ along with GNU Emacs. If not, see . */ #ifdef NS_IMPL_COCOA #undef Cursor -#define init_process emacs_init_process #endif /* NS_IMPL_COCOA */ #import -- cgit v1.2.1