summaryrefslogtreecommitdiff
path: root/libcpp/traditional.c
diff options
context:
space:
mode:
authorgdr <gdr@138bc75d-0d04-0410-961f-82ee72b054a4>2005-01-02 01:32:21 +0000
committergdr <gdr@138bc75d-0d04-0410-961f-82ee72b054a4>2005-01-02 01:32:21 +0000
commitf03668bd4ac75d853fb7b83c0e0e95a3d02cdc94 (patch)
treeebb05e721bd9965754a245ca7e4348b6356e87c5 /libcpp/traditional.c
parentcb18f2124c65ec73c148d03485d1f43c7cdd82f0 (diff)
downloadgcc-f03668bd4ac75d853fb7b83c0e0e95a3d02cdc94.tar.gz
* internal.h: Update references to Cpp lib filenames.
* directives.c: Likewise. * init.c: Likewise. * macro.c: Likewise. * traditional.c: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@92799 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libcpp/traditional.c')
-rw-r--r--libcpp/traditional.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcpp/traditional.c b/libcpp/traditional.c
index 38e301c43ff..ba25301b14e 100644
--- a/libcpp/traditional.c
+++ b/libcpp/traditional.c
@@ -76,7 +76,7 @@ enum ls {ls_none = 0, /* Normal state. */
ls_predicate, /* After the predicate, maybe paren? */
ls_answer}; /* In answer to predicate. */
-/* Lexing TODO: Maybe handle space in escaped newlines. Stop cpplex.c
+/* Lexing TODO: Maybe handle space in escaped newlines. Stop lex.c
from recognizing comments and directives during its lexing pass. */
static const uchar *skip_whitespace (cpp_reader *, const uchar *, int);