Test BROKEN_PROTOTYPES.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user