diff options
author | korbb <korbb@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-05-26 18:00:59 +0000 |
---|---|---|
committer | korbb <korbb@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-05-26 18:00:59 +0000 |
commit | 82c70c77aa841c5797259c62e34cccbd58423492 (patch) | |
tree | cd8136c5d9344ed4dc7f638b427f5662aafb1f02 /gcc/fixinc | |
parent | 859caca17ec61053e490a11104422bb0ad14ace1 (diff) | |
download | gcc-82c70c77aa841c5797259c62e34cccbd58423492.tar.gz |
add fix test results for irix_limits_const hack
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@42639 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/fixinc')
-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 */ |