summaryrefslogtreecommitdiff
path: root/gcc/c-lex.c
diff options
context:
space:
mode:
authorYamaArashi <shadow962@live.com>2016-02-12 22:54:46 -0800
committerYamaArashi <shadow962@live.com>2016-02-12 22:54:46 -0800
commita61ab2707a3ccdb25bbddf82488f5cb64dac0037 (patch)
tree5136f5a0fe3bb8d6c23c474d0145d7d692e7cf6e /gcc/c-lex.c
parent09f3893dbdbd3010cca49e0440bef81ea5ff8d4c (diff)
clean up limits.h
Diffstat (limited to 'gcc/c-lex.c')
-rwxr-xr-xgcc/c-lex.c6
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.