diff options
Diffstat (limited to 'gcc/cppexp.c')
-rw-r--r-- | gcc/cppexp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cppexp.c b/gcc/cppexp.c index 1d4cecc..5a58556 100644 --- a/gcc/cppexp.c +++ b/gcc/cppexp.c @@ -298,7 +298,7 @@ lex (pfile, skip_evaluation) else op.unsignedp = WCHAR_UNSIGNED; op.op = CPP_NUMBER; - op.value = cpp_interpret_charconst (pfile, token, 1, 0, &chars_seen); + op.value = cpp_interpret_charconst (pfile, token, 1, &chars_seen); return op; } |