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

From-SVN: r78506
This commit is contained in:
John David Anglin 2004-02-26 15:57:05 +00:00 committed by John David Anglin
parent bddefd4f80
commit 2d5cc60892
2 changed files with 5 additions and 3 deletions

View File

@ -1,3 +1,7 @@
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.

View File

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