aboutsummaryrefslogtreecommitdiff
path: root/gcc/cpplib.h
diff options
context:
space:
mode:
authorNeil Booth <neilb@earthling.net>2000-09-24 10:42:09 +0000
committerNeil Booth <neil@gcc.gnu.org>2000-09-24 10:42:09 +0000
commit838f313bbdf80d22aca1751d272efc3c58c2b870 (patch)
treecc48c49fb97eab0d2417c46c7dfcc7a7a9fb8e95 /gcc/cpplib.h
parentc5412f0646a072dde262a8643ee2494fd55884eb (diff)
downloadgcc-838f313bbdf80d22aca1751d272efc3c58c2b870.zip
gcc-838f313bbdf80d22aca1751d272efc3c58c2b870.tar.gz
gcc-838f313bbdf80d22aca1751d272efc3c58c2b870.tar.bz2
cpplex.c: Update TODO comment.
* cpplex.c: Update TODO comment. * cpplib.c (do_error, do_warning): Merge common code of do_error and do_warning into do_diagnostic. Use it. (do_diagnostic): New function. * cpplib.h: Fix comment typo. From-SVN: r36587
Diffstat (limited to 'gcc/cpplib.h')
-rw-r--r--gcc/cpplib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cpplib.h b/gcc/cpplib.h
index 15c30ab..c6f7ed3 100644
--- a/gcc/cpplib.h
+++ b/gcc/cpplib.h
@@ -457,7 +457,7 @@ struct lexer_state
all directives apart from #define. */
unsigned char save_comments;
- /* Nonzero to get force the lexer to skip newlines. */
+ /* Nonzero to force the lexer to skip newlines. */
unsigned char skip_newlines;
/* Nonzero if we're in the subroutine lex_line. */