add fix test results for irix_limits_const hack
authorBruce Korb <korbb@gcc.gnu.org>
Sat, 26 May 2001 18:00:59 +0000 (18:00 +0000)
committerBruce Korb <korbb@gcc.gnu.org>
Sat, 26 May 2001 18:00:59 +0000 (18:00 +0000)
From-SVN: r42639

gcc/fixinc/tests/base/fixinc-test-limits.h [new file with mode: 0644]

diff --git a/gcc/fixinc/tests/base/fixinc-test-limits.h b/gcc/fixinc/tests/base/fixinc-test-limits.h
new file mode 100644 (file)
index 0000000..36b058c
--- /dev/null
@@ -0,0 +1,14 @@
+/*  DO NOT EDIT THIS FILE.
+
+    It has been auto-edited by fixincludes from:
+
+       "fixinc/tests/inc/fixinc-test-limits.h"
+
+    This had to be done to correct non-standard usages in the
+    original, manufacturer supplied header file.  */
+
+
+
+#if defined( IRIX_LIMITS_CONST_CHECK )
+extern __const char limit; /* test limits */
+#endif  /* IRIX_LIMITS_CONST_CHECK */