Commit 9502066f by Neil Booth

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

From-SVN: r38199
parent 7896f1e4
......@@ -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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment