summaryrefslogtreecommitdiff
path: root/gcc/toplev.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/toplev.c
parent09f3893dbdbd3010cca49e0440bef81ea5ff8d4c (diff)
clean up limits.h
Diffstat (limited to 'gcc/toplev.c')
-rwxr-xr-xgcc/toplev.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/toplev.c b/gcc/toplev.c
index 899c337..6780337 100755
--- a/gcc/toplev.c
+++ b/gcc/toplev.c
@@ -79,6 +79,7 @@ extern char *version_string, *language_string;
extern int size_directive_output;
extern tree last_assemble_variable_decl;
+extern void check_line_directive();
extern void cpplib_init();
extern char *init_parse PVPROTO((char *));
@@ -2654,8 +2655,7 @@ compile_file (name)
input_file_stack->name = input_filename;
/* This may set main_input_filename. */
- check_newline ();
- yy_cur--;
+ check_line_directive();
/* If the input doesn't start with a #line, use the input name
as the official input file name. */