aboutsummaryrefslogtreecommitdiff
path: root/gcc/cpplib.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/cpplib.c')
-rw-r--r--gcc/cpplib.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/cpplib.c b/gcc/cpplib.c
index e55f955..aaf55a0 100644
--- a/gcc/cpplib.c
+++ b/gcc/cpplib.c
@@ -1520,7 +1520,6 @@ cpp_push_buffer (pfile, buffer, length)
new->line_base = new->buf = new->cur = buffer;
new->rlimit = buffer + length;
new->prev = buf;
- new->lineno = 1;
CPP_BUFFER (pfile) = new;
return new;