# HG changeset patch # User Jan Dj¸«£rv # Date 1115144374 0 # Node ID fd9250f00daef8784fecdfe3bb8068ebdb58a12e # Parent 57aabea7743278f407fadbdc3e9cb6fb06dae409 * mac.c: #undef init_process so not to conflict with system headers. diff -r 57aabea77432 -r fd9250f00dae src/ChangeLog --- a/src/ChangeLog Tue May 03 16:35:27 2005 +0000 +++ b/src/ChangeLog Tue May 03 18:19:34 2005 +0000 @@ -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 -r 57aabea77432 -r fd9250f00dae src/mac.c --- a/src/mac.c Tue May 03 16:35:27 2005 +0000 +++ b/src/mac.c Tue May 03 18:19:34 2005 +0000 @@ -27,6 +27,7 @@ #include "lisp.h" #include "process.h" +#undef init_process #include "systime.h" #include "sysselect.h" #include "blockinput.h"