diff options
Diffstat (limited to 'gcc/cpplex.c')
-rw-r--r-- | gcc/cpplex.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/cpplex.c b/gcc/cpplex.c index 117f610..b75db74 100644 --- a/gcc/cpplex.c +++ b/gcc/cpplex.c @@ -790,6 +790,7 @@ _cpp_scan_until (pfile, list, stop) list->tokens_used++; TOK_TYPE (list, i) = type; TOK_COL (list, i) = col; + TOK_AUX (list, i) = 0; TOK_FLAGS (list, i) = space_before ? PREV_WHITESPACE : 0; TOK_LEN (list, i) = len; |