From 5ef865d5709f9c917e1152ee5246906983e23725 Mon Sep 17 00:00:00 2001 From: Zack Weinberg Date: Wed, 2 Aug 2000 07:08:49 +0000 Subject: cppexp.c, [...]: Do not use 'legal' or 'illegal' in error messages and comments. * 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. From-SVN: r35421 --- gcc/cpplib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/cpplib.c') diff --git a/gcc/cpplib.c b/gcc/cpplib.c index ade5ee3..fe96d4e 100644 --- a/gcc/cpplib.c +++ b/gcc/cpplib.c @@ -433,7 +433,7 @@ read_line_number (pfile, num) /* Another subroutine of do_line. Convert a number in STR, of length LEN, to binary; store it in NUMP, and return 0 if the number was - legal, 1 if not. Temporary, hopefully. */ + well-formed, 1 if not. Temporary, hopefully. */ static int strtoul_for_line (str, len, nump) const U_CHAR *str; -- cgit v1.1