aboutsummaryrefslogtreecommitdiff
path: root/gcc/cppfiles.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/cppfiles.c')
-rw-r--r--gcc/cppfiles.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cppfiles.c b/gcc/cppfiles.c
index a89a0ca..36e3305 100644
--- a/gcc/cppfiles.c
+++ b/gcc/cppfiles.c
@@ -1017,6 +1017,7 @@ read_and_prescan (pfile, fp, desc, len)
*op++ = '?';
break;
}
+ ip += 2;
if (CPP_OPTIONS (pfile)->warn_trigraphs)
{
unsigned long col;
@@ -1042,7 +1043,6 @@ read_and_prescan (pfile, fp, desc, len)
*op++ = '?';
*op++ = d;
}
- ip += 2;
}
}
}