aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2001-11-03 15:08:36 +0000
committerRichard M. Stallman2001-11-03 15:08:36 +0000
commitb2e92d3ea449790dec95a11f06897d79aabd7e2f (patch)
treef594cefdd591dfe769466d5d83de375d8c9f3a4c
parent16b45be45c4241e3c7a550e6bd8758cd0ea5cd30 (diff)
downloademacs-b2e92d3ea449790dec95a11f06897d79aabd7e2f.tar.gz
emacs-b2e92d3ea449790dec95a11f06897d79aabd7e2f.zip
Test BROKEN_PROTOTYPES.
-rw-r--r--src/gmalloc.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/gmalloc.c b/src/gmalloc.c
index 598d802badc..77fb3197101 100644
--- a/src/gmalloc.c
+++ b/src/gmalloc.c
@@ -36,8 +36,9 @@ Cambridge, MA 02139, USA.
36#include <config.h> 36#include <config.h>
37#endif 37#endif
38 38
39#if defined __cplusplus || (defined (__STDC__) && __STDC__) || \ 39#if ((defined __cplusplus || (defined (__STDC__) && __STDC__) \
40 defined STDC_HEADERS || defined PROTOTYPES 40 || defined STDC_HEADERS || defined PROTOTYPES) \
41 && ! defined (BROKEN_PROTOTYPES))
41#undef PP 42#undef PP
42#define PP(args) args 43#define PP(args) args
43#undef __ptr_t 44#undef __ptr_t