summaryrefslogtreecommitdiff
path: root/gcc/c-lex.c
diff options
context:
space:
mode:
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.