From 3a3563e9d95b5552c4c18d3d64feb77f9e202f92 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20Dj=C3=A4rv?= Date: Tue, 3 May 2005 18:19:34 +0000 Subject: [PATCH] * mac.c: #undef init_process so not to conflict with system headers. --- src/ChangeLog | 4 ++++ src/mac.c | 1 + 2 files changed, 5 insertions(+) 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" -- 2.39.2