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/sysselect.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/sysselect.h') diff --git a/src/sysselect.h b/src/sysselect.h index 2dbbede2bff..24bdf469ced 100644 --- a/src/sysselect.h +++ b/src/sysselect.h @@ -16,15 +16,9 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs. If not, see . */ -#if defined (DARWIN_OS) -#undef init_process -#endif #ifndef DOS_NT #include #endif -#if defined (DARWIN_OS) -#define init_process emacs_init_process -#endif /* The w32 build defines select stuff in w32.h, which is included where w32 needs it, but not where sysselect.h is included. The w32 -- cgit v1.2.1