1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-30 12:21:25 -08:00

Test BROKEN_PROTOTYPES.

This commit is contained in:
Richard M. Stallman 2001-11-03 15:08:36 +00:00
parent 16b45be45c
commit b2e92d3ea4

View 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