diff options
Diffstat (limited to 'gcc/cppinit.c')
-rw-r--r-- | gcc/cppinit.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gcc/cppinit.c b/gcc/cppinit.c index 84fa520..55323b4 100644 --- a/gcc/cppinit.c +++ b/gcc/cppinit.c @@ -172,10 +172,8 @@ cpp_create_reader (enum c_lang lang, hash_table *table, other entries are correct zero-initialized. */ pfile->no_search_path.name = (char *) ""; - /* Initialize the line map. Start at logical line 1, so we can use - a line number of zero for special states. */ + /* Initialize the line map. */ pfile->line_table = line_table; - pfile->line = 1; /* Initialize lexer state. */ pfile->state.save_comments = ! CPP_OPTION (pfile, discard_comments); |