aboutsummaryrefslogtreecommitdiff
path: root/libcpp/traditional.c
diff options
context:
space:
mode:
authorGabriel Dos Reis <gdr@integrable-solutions.net>2005-01-02 01:32:21 +0000
committerGabriel Dos Reis <gdr@gcc.gnu.org>2005-01-02 01:32:21 +0000
commita2566ae98d9df2df51b651dc404bae5d2ff54944 (patch)
treeebb05e721bd9965754a245ca7e4348b6356e87c5 /libcpp/traditional.c
parent302904495d01ba8de1061edb1e2aec359ddc83a7 (diff)
downloadgcc-a2566ae98d9df2df51b651dc404bae5d2ff54944.zip
gcc-a2566ae98d9df2df51b651dc404bae5d2ff54944.tar.gz
gcc-a2566ae98d9df2df51b651dc404bae5d2ff54944.tar.bz2
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
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 38e301c..ba25301 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);