aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-lex.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/c-lex.c')
-rw-r--r--gcc/c-lex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/c-lex.c b/gcc/c-lex.c
index ddfee8d..358e5d1 100644
--- a/gcc/c-lex.c
+++ b/gcc/c-lex.c
@@ -1643,7 +1643,7 @@ lex_charconst (str, len, wide)
}
else
{
- p += char_len;
+ str += char_len;
c = wc;
}
#else