+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.
#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