diff options
Diffstat (limited to 'libcpp/traditional.c')
-rw-r--r-- | libcpp/traditional.c | 2 |
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); |