changeset 62054:fd9250f00dae

* mac.c: #undef init_process so not to conflict with system headers.
author Jan Djärv <jan.h.d@swipnet.se>
date Tue, 03 May 2005 18:19:34 +0000
parents 57aabea77432
children c84f1e028ace
files src/ChangeLog src/mac.c
diffstat 2 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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  <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.
--- 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"