diff options
author | YamaArashi <shadow962@live.com> | 2016-02-12 22:54:46 -0800 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-02-12 22:54:46 -0800 |
commit | a61ab2707a3ccdb25bbddf82488f5cb64dac0037 (patch) | |
tree | 5136f5a0fe3bb8d6c23c474d0145d7d692e7cf6e /gcc/c-lex.c | |
parent | 09f3893dbdbd3010cca49e0440bef81ea5ff8d4c (diff) |
clean up limits.h
Diffstat (limited to 'gcc/c-lex.c')
-rwxr-xr-x | gcc/c-lex.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/c-lex.c b/gcc/c-lex.c index 5daf7ba..a8b5d22 100755 --- a/gcc/c-lex.c +++ b/gcc/c-lex.c @@ -457,6 +457,12 @@ pragma_ungetc (arg) } #endif +void check_line_directive() +{ + check_newline (); + yy_cur--; +} + /* At the beginning of a line, increment the line number and process any #-directive on this line. If the line is a #-directive, read the entire line and return a newline. |