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, 1 insertions, 0 deletions
diff --git a/gcc/cpplib.c b/gcc/cpplib.c
index f031c95..a245791 100644
--- a/gcc/cpplib.c
+++ b/gcc/cpplib.c
@@ -2624,6 +2624,7 @@ cpp_get_token (pfile)
{
if (c != '\n')
break;
+ CPP_BUMP_LINE (pfile);
FORWARD (1);
}
else