1992-09-24 02:58:57 -04:00
|
|
|
/* syslimits.h stands for the system's own limits.h file.
|
|
|
|
If we can use it ok unmodified, then we install this text.
|
|
|
|
If fixincludes fixes it, then the fixed version is installed
|
|
|
|
instead of this text. */
|
|
|
|
|
1994-12-22 12:50:42 -05:00
|
|
|
#define _GCC_NEXT_LIMITS_H /* tell gcc's limits.h to recurse */
|
cppinit.c (cpp_start_read): Turn off -Wtraditional if processing C++.
* cppinit.c (cpp_start_read): Turn off -Wtraditional if
processing C++.
* cpplib.c (_cpp_handle_directive): Improve warnings for
traditional C and indented directives.
* enquire.c, gsyslimits.h, limity.h, config/convex/fixinc.convex,
fixinc/fixinc.irix, fixinc/fixinc.sco, fixinc/fixinc.wrap,
fixinc/inclhack.def: Indent the # of #include_next one space.
* cp/rtti.c: Un-indent #if and #endif.
* cppexp.c (_cpp_parse_expr): If lex returns '#', it's a
syntax error, but an error has already been printed.
* cpplex.c (_cpp_parse_assertion): Give a more specific error
message when called with nothing remaining on the line.
(_cpp_lex_token): If _cpp_parse_assertion fails, return an
OTHER token, not an ASSERTION.
* cpplib.c (do_assert): When we create a 'base' node, clear
its aschain pointer.
* gcc.c-torture/compile/981211-1.c: Move to...
* gcc.dg/cpp-as1.c: ...here.
* gcc.dg/cpp-as2.c: New file.
* gcc.dg/cpp-tradwarn1.c: Change warning regexps to match the
compiler.
From-SVN: r32870
2000-04-02 18:50:55 -04:00
|
|
|
#include_next <limits.h>
|
1994-12-22 12:50:42 -05:00
|
|
|
#undef _GCC_NEXT_LIMITS_H
|