]> git.eshelyaron.com Git - emacs.git/commitdiff
* mac.c: #undef init_process so not to conflict with system headers.
authorJan Djärv <jan.h.d@swipnet.se>
Tue, 3 May 2005 18:19:34 +0000 (18:19 +0000)
committerJan Djärv <jan.h.d@swipnet.se>
Tue, 3 May 2005 18:19:34 +0000 (18:19 +0000)
src/ChangeLog
src/mac.c

index 100ac96481df23357e6e3043929516d5046051a1..a646aa192db64dbb88336948609e2b54f6b11d79 100644 (file)
@@ -1,3 +1,7 @@
+2005-05-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
+
+       * mac.c: #undef init_process so not to conflict with system headers.
+
 2005-05-02  Richard M. Stallman  <rms@gnu.org>
 
        * buffer.c (syms_of_buffer): Define cursor-in-non-selected-windows.
index e9930ada1518e56ff59c73028ca94b91890a6343..14257fdee94f4cae4cbbe5a8be66ecd0888eb2d1 100644 (file)
--- 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"