OSDN Git Service

* cppexp.c, cppinit.c, cpplex.c, cpplib.c, cppmacro.c,
authorzack <zack@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 2 Aug 2000 07:08:49 +0000 (07:08 +0000)
committerzack <zack@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 2 Aug 2000 07:08:49 +0000 (07:08 +0000)
commite0a859f14e8db1f9145b0ac0db9551cc586509d8
tree5449dc33f09873b105cb47551859fae03a5f1a89
parent9518dbb528f6ae4cccb6efccf983ff7628c6dd09
* cppexp.c, cppinit.c, cpplex.c, cpplib.c, cppmacro.c,
cppspec.c: Do not use 'legal' or 'illegal' in error messages
and comments.

* cppmain.c (cb_define, cb_undef): Don't generate any output
if not done_initializing.
* cpplex.c (maybe_paste_with_next): When the token after a ##
is an omitted rest argument, only delete the token before it
if that token is a comma.  Do not warn about bogus token
pastes for , ## rest_arg.

* cpp.texi: Update.
* cpp.1: Regenerate.

* gcc.dg/cpp/macsyntx.c: Fix error regexp.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35421 138bc75d-0d04-0410-961f-82ee72b054a4
12 files changed:
gcc/ChangeLog
gcc/cpp.1
gcc/cpp.texi
gcc/cppexp.c
gcc/cppinit.c
gcc/cpplex.c
gcc/cpplib.c
gcc/cppmacro.c
gcc/cppmain.c
gcc/cppspec.c
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/cpp/macsyntx.c