Add fix test result for strict_ansi_not_ctd
authorBruce Korb <korbb@gcc.gnu.org>
Sat, 26 May 2001 17:58:57 +0000 (17:58 +0000)
committerBruce Korb <korbb@gcc.gnu.org>
Sat, 26 May 2001 17:58:57 +0000 (17:58 +0000)
From-SVN: r42638

gcc/fixinc/tests/base/math.h

index 93722c9735015b7d2c2df948ad83c6ef99a1a66c..5b4657a824b071dc1ae09895efeca14328468f0e 100644 (file)
@@ -99,6 +99,13 @@ extern int class();
 #endif  /* RS6000_DOUBLE_CHECK */
 
 
+#if defined( STRICT_ANSI_NOT_CTD_CHECK )
+#if 1||  !defined(__STRICT_ANSI__) /* not std C */
+int foo;
+#endif
+#endif  /* STRICT_ANSI_NOT_CTD_CHECK */
+
+
 #if defined( SUNOS_MATHERR_DECL_CHECK )
 extern int matherr();
 #endif  /* SUNOS_MATHERR_DECL_CHECK */