diff options
-rw-r--r-- | gcc/fixinc/tests/base/fixinc-test-limits.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/gcc/fixinc/tests/base/fixinc-test-limits.h b/gcc/fixinc/tests/base/fixinc-test-limits.h new file mode 100644 index 00000000000..36b058c57bc --- /dev/null +++ b/gcc/fixinc/tests/base/fixinc-test-limits.h @@ -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 */ |