]> git.eshelyaron.com Git - emacs.git/commitdiff
(PP): Test PROTOTYPES as well as __STDC__ &c.
authorDave Love <fx@gnu.org>
Wed, 21 Jun 2000 16:07:32 +0000 (16:07 +0000)
committerDave Love <fx@gnu.org>
Wed, 21 Jun 2000 16:07:32 +0000 (16:07 +0000)
src/gmalloc.c

index 9bf84235ee526a7c42fb75e43c24bdebb54dc16f..e05b758b766a57c3523795e9cc39613d7ba7bd93 100644 (file)
@@ -36,7 +36,8 @@ Cambridge, MA 02139, USA.
 #include <config.h>
 #endif
 
-#if defined __cplusplus || (defined (__STDC__) && __STDC__) || defined STDC_HEADERS
+#if defined __cplusplus || (defined (__STDC__) && __STDC__) || \
+  defined STDC_HEADERS || defined PROTOTYPES
 #undef PP
 #define        PP(args)        args
 #undef __ptr_t