* gcc.dg/builtins-config.h: Use #elif.
authorJohn David Anglin <dave.anglin@nrc-cnrc.gc.ca>
Thu, 26 Feb 2004 15:57:05 +0000 (15:57 +0000)
committerJohn David Anglin <danglin@gcc.gnu.org>
Thu, 26 Feb 2004 15:57:05 +0000 (15:57 +0000)
From-SVN: r78506

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/builtins-config.h

index 926447f7fa6eaa1db00d28bd0886362729108aa8..e86d65422cdd2486bb16e60a1f37a701c5c3404a 100644 (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.
index 9d9922a68cca1ab0e641358445014a496524eae7..220a2aa8518590297bb6ba577f0e547a330454bb 100644 (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