cpp.texi: Update for new command line assertion syntax.
authorNeil Booth <neilb@earthling.net>
Tue, 31 Oct 2000 23:34:59 +0000 (23:34 +0000)
committerNeil Booth <neil@gcc.gnu.org>
Tue, 31 Oct 2000 23:34:59 +0000 (23:34 +0000)
commit86368122e68f2b697cf898523d408bea831fa6e7
treee504a7a4e2c4a7bde207adaf17b32b6b047226da
parente199824280b56df47f390fbbdc727f9219d4408f
cpp.texi: Update for new command line assertion syntax.

* cpp.texi: Update for new command line assertion syntax.
* cpplib.c (cpp_define): Simplify a bit.
(cpp_assert, cpp_unassert): Use handle_assertion.
(handle_assertion): New function; accept new command line
syntax with '='.
* testsuite/gcc.dg/cpp/assert3.c: New tests.

From-SVN: r37171
gcc/ChangeLog
gcc/cpp.texi
gcc/cpplib.c
gcc/testsuite/gcc.dg/cpp/assert3.c [new file with mode: 0644]