]> code.delx.au - gnu-emacs/commitdiff
2002-07-31 Andrew Choi <akochoi@shaw.ca>
authorAndrew Choi <akochoi@shaw.ca>
Thu, 1 Aug 2002 03:53:04 +0000 (03:53 +0000)
committerAndrew Choi <akochoi@shaw.ca>
Thu, 1 Aug 2002 03:53:04 +0000 (03:53 +0000)
        * macfns.c: #undef init_process before #define-ing it.

src/ChangeLog
src/macfns.c

index 2ec775cda161e7e350e3b170196cd5ffea480e5d..e4b840064fe9605370476f01a4df68f1c6f29ddd 100644 (file)
@@ -1,5 +1,7 @@
 2002-07-31  Andrew Choi  <akochoi@shaw.ca>
 
+       * macfns.c: #undef init_process before #define-ing it.
+
        * s/darwin.h: Define MAC_OS, SYMS_SYSTEM, and OTHER_FILES only if
        HAVE_CARBON is defined.
 
index 2b3ed8ae977a228becc46b61d2bd3998c20d37b2..d37beb9d158e6214f654e36c3395ff68c28034dc 100644 (file)
@@ -86,7 +86,7 @@ static unsigned char gray_bits[] = {
 #define min(a, b) ((a) < (b) ? (a) : (b))
 #undef max
 #define max(a, b) ((a) > (b) ? (a) : (b))
-#undef
+#undef init_process
 #define init_process emacs_init_process
 #else /* not MAC_OSX */
 #include <Windows.h>