diff options
Diffstat (limited to 'gcc/cppexp.c')
-rw-r--r-- | gcc/cppexp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cppexp.c b/gcc/cppexp.c index 093412e..3b146d2 100644 --- a/gcc/cppexp.c +++ b/gcc/cppexp.c @@ -376,7 +376,7 @@ static struct token tokentab2[] = { /* Read one token. */ -struct operation +static struct operation cpp_lex (pfile, skip_evaluation) cpp_reader *pfile; int skip_evaluation; |