diff options
Diffstat (limited to 'gcc/c-lex.c')
-rw-r--r-- | gcc/c-lex.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/c-lex.c b/gcc/c-lex.c index 1c832c5..4ceb6e4 100644 --- a/gcc/c-lex.c +++ b/gcc/c-lex.c @@ -486,7 +486,7 @@ c_lex_with_flags (tree *value, location_t *loc, unsigned char *cpp_flags) } enum cpp_ttype -c_lex (tree *value) +pragma_lex (tree *value) { location_t loc; return c_lex_with_flags (value, &loc, NULL); |