diff options
author | zack <zack@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-08-02 07:08:49 +0000 |
---|---|---|
committer | zack <zack@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-08-02 07:08:49 +0000 |
commit | e0a859f14e8db1f9145b0ac0db9551cc586509d8 (patch) | |
tree | 5449dc33f09873b105cb47551859fae03a5f1a89 /gcc/cppspec.c | |
parent | 9518dbb528f6ae4cccb6efccf983ff7628c6dd09 (diff) | |
download | gcc-e0a859f14e8db1f9145b0ac0db9551cc586509d8.tar.gz |
* 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
Diffstat (limited to 'gcc/cppspec.c')
-rw-r--r-- | gcc/cppspec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cppspec.c b/gcc/cppspec.c index c6bbafd68e4..543c4c8c700 100644 --- a/gcc/cppspec.c +++ b/gcc/cppspec.c @@ -125,7 +125,7 @@ lang_specific_driver (in_argc, in_argv, in_added_libraries) need_E = 0; else if (argv[i][1] == 'S' || argv[i][1] == 'c') { - fatal ("\"%s\" is not a legal option to the preprocessor", + fatal ("\"%s\" is not a valid option to the preprocessor", argv[i]); return; } |