From: Bruce Korb Date: Sat, 26 May 2001 18:00:59 +0000 (+0000) Subject: add fix test results for irix_limits_const hack X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0dea31af5c42e13da2d646be46ad15ab3a03dc51;p=gcc.git add fix test results for irix_limits_const hack From-SVN: r42639 --- 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 */