diff options
Diffstat (limited to 'gcc/cppexp.c')
-rw-r--r-- | gcc/cppexp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/cppexp.c b/gcc/cppexp.c index 3179099..46757c5 100644 --- a/gcc/cppexp.c +++ b/gcc/cppexp.c @@ -343,7 +343,7 @@ parse_defined (pfile) { int paren = 0, len; U_CHAR *tok; - enum cpp_token token; + enum cpp_ttype token; struct operation op; long old_written = CPP_WRITTEN (pfile); @@ -413,7 +413,7 @@ lex (pfile, skip_evaluation) int skip_evaluation; { const struct token *toktab; - enum cpp_token token; + enum cpp_ttype token; struct operation op; U_CHAR *tok_start, *tok_end; long old_written; |