]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Add in the test result from the alpha___extern_prefix hack
authorBruce Korb <korbb@gcc.gnu.org>
Sat, 1 Mar 2003 20:27:46 +0000 (20:27 +0000)
committerBruce Korb <korbb@gcc.gnu.org>
Sat, 1 Mar 2003 20:27:46 +0000 (20:27 +0000)
From-SVN: r63618

gcc/fixinc/tests/base/sys/stat.h

index 6893e6bdf27f28c36ce91af2fcaf460c5475d615..92577482dc5ecc61664135cad5609b6d86f47d60 100644 (file)
@@ -9,6 +9,11 @@
 
 
 
+#if defined( ALPHA___EXTERN_PREFIX_CHECK )
+#   if defined(__DECC) || defined(__PRAGMA_EXTERN_PREFIX)
+#endif  /* ALPHA___EXTERN_PREFIX_CHECK */
+
+
 #if defined( RS6000_FCHMOD_CHECK )
 extern int fchmod(int, mode_t);
 #endif  /* RS6000_FCHMOD_CHECK */