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:
parent
16b45be45c
commit
b2e92d3ea4
1 changed files with 3 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue