]> git.eshelyaron.com Git - emacs.git/commitdiff
Test BROKEN_PROTOTYPES.
authorRichard M. Stallman <rms@gnu.org>
Sun, 4 Nov 2001 17:35:52 +0000 (17:35 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 4 Nov 2001 17:35:52 +0000 (17:35 +0000)
src/ChangeLog
src/gmalloc.c

index 80136fe8580b405a6d58482818204d0e455f7b92..c3c6ba65479015a3cb6d050377934d8576be778d 100644 (file)
@@ -1,3 +1,11 @@
+2001-11-04  Richard M. Stallman  <rms@gnu.org>
+
+       * gmalloc.c: Test BROKEN_PROTOTYPES.
+
+       * xfns.c: Include unistd.h, if it exists.
+
+       * editfns.c: Move the include of ctype.h after unistd.h.
+
 2001-11-03  Richard M. Stallman  <rms@gnu.org>
 
        * data.c (Fmake_local_variable): Doc fix.
index 598d802badc8ddfa3a6397ad3cca9cba816e10ed..77fb31971018a5ea67fe87224ed9ba8e25df9588 100644 (file)
@@ -36,8 +36,9 @@ Cambridge, MA 02139, USA.
 #include <config.h>
 #endif
 
-#if defined __cplusplus || (defined (__STDC__) && __STDC__) || \
-  defined STDC_HEADERS || defined PROTOTYPES
+#if ((defined __cplusplus || (defined (__STDC__) && __STDC__) \
+      || defined STDC_HEADERS || defined PROTOTYPES) \
+     && ! defined (BROKEN_PROTOTYPES))
 #undef PP
 #define        PP(args)        args
 #undef __ptr_t