diff options
author | Bruce Korb <korbb@gcc.gnu.org> | 2001-05-26 18:00:59 +0000 |
---|---|---|
committer | Bruce Korb <korbb@gcc.gnu.org> | 2001-05-26 18:00:59 +0000 |
commit | 0dea31af5c42e13da2d646be46ad15ab3a03dc51 (patch) | |
tree | cd8136c5d9344ed4dc7f638b427f5662aafb1f02 /gcc/fixinc/tests | |
parent | 1cf6b5a3e759d3ab1e31492324a8531e8684334c (diff) | |
download | gcc-0dea31af5c42e13da2d646be46ad15ab3a03dc51.tar.gz |
add fix test results for irix_limits_const hack
From-SVN: r42639
Diffstat (limited to 'gcc/fixinc/tests')
-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 */ |