* gcc.dg/cpp/defined_trad.c: Update.

From-SVN: r38199
This commit is contained in:
Neil Booth 2000-12-11 22:14:18 +00:00
parent 7896f1e43a
commit 9502066fa8

View file

@ -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