Commit 2d5cc608 by John David Anglin Committed by John David Anglin

* gcc.dg/builtins-config.h: Use #elif.

From-SVN: r78506
parent bddefd4f
2004-02-26 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
* gcc.dg/builtins-config.h: Use #elif.
2004-02-26 Michael Matz <matz@suse.de>
* gcc.dg/20000724-1.c: Add regparm attribute to decl and def.
......
......@@ -11,8 +11,7 @@
#if defined(__hppa) && defined(__hpux)
/* PA HP-UX doesn't have the entire C99 runtime. */
#else
#if defined(sun)
#elif defined(sun)
/* Solaris doesn't have the entire C99 runtime. */
#else
/* Newlib has the "f" variants of the math functions, but not the "l"
......@@ -30,4 +29,3 @@
#define HAVE_C99_RUNTIME
#endif
#endif
#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