aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gcc/cppexp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/cppexp.c b/gcc/cppexp.c
index 8e65a95..70da378 100644
--- a/gcc/cppexp.c
+++ b/gcc/cppexp.c
@@ -287,13 +287,13 @@ cpp_reader *pfile;
retry:
+ old_written = CPP_WRITTEN (pfile);
+ cpp_skip_hspace (pfile);
c = CPP_BUF_PEEK (CPP_BUFFER (pfile));
if (c == '#')
return parse_number (pfile,
cpp_read_check_assertion (pfile) ? "1" : "0", 1);
- old_written = CPP_WRITTEN (pfile);
- cpp_skip_hspace (pfile);
if (c == '\n')
{
op.op = 0;