* gcc.dg/cpp/defined_trad.c: Update.
From-SVN: r38199
This commit is contained in:
parent
7896f1e43a
commit
9502066fa8
1 changed files with 6 additions and 1 deletions
|
@ -5,8 +5,13 @@
|
|||
|
||||
/* Tests tradcpp0 with defined. */
|
||||
|
||||
/* Source: Neil Booth, 11 Dec 2000. */
|
||||
/* Source: Glibc, 11 Dec 2000. */
|
||||
|
||||
#if defined REGPARMS
|
||||
#error REGPARMS should not be defined
|
||||
#endif
|
||||
|
||||
#define REGPARMS 1
|
||||
#if !defined REGPARMS
|
||||
#error REGPARMS should be defined
|
||||
#endif
|
||||
|
|
Loading…
Add table
Reference in a new issue