From a61ab2707a3ccdb25bbddf82488f5cb64dac0037 Mon Sep 17 00:00:00 2001 From: YamaArashi Date: Fri, 12 Feb 2016 22:54:46 -0800 Subject: clean up limits.h --- gcc/c-lex.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'gcc/c-lex.c') 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. -- cgit v1.2.3