From: Jan Djärv Date: Tue, 3 May 2005 18:19:34 +0000 (+0000) Subject: * mac.c: #undef init_process so not to conflict with system headers. X-Git-Tag: ttn-vms-21-2-B4~550 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3a3563e9d95b5552c4c18d3d64feb77f9e202f92;p=emacs.git * mac.c: #undef init_process so not to conflict with system headers. --- diff --git a/src/ChangeLog b/src/ChangeLog index 100ac96481d..a646aa192db 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2005-05-03 Jan Dj,Ad(Brv + + * mac.c: #undef init_process so not to conflict with system headers. + 2005-05-02 Richard M. Stallman * buffer.c (syms_of_buffer): Define cursor-in-non-selected-windows. diff --git a/src/mac.c b/src/mac.c index e9930ada151..14257fdee94 100644 --- a/src/mac.c +++ b/src/mac.c @@ -27,6 +27,7 @@ Boston, MA 02111-1307, USA. */ #include "lisp.h" #include "process.h" +#undef init_process #include "systime.h" #include "sysselect.h" #include "blockinput.h"