internal.h: Update references to Cpp lib filenames.
* internal.h: Update references to Cpp lib filenames. * directives.c: Likewise. * init.c: Likewise. * macro.c: Likewise. * traditional.c: Likewise. From-SVN: r92799
This commit is contained in:
parent
302904495d
commit
a2566ae98d
6 changed files with 29 additions and 21 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue