X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=token.c;h=ddadc54ec87fcbdf2deb67d602b23275d9da4775;hb=f7f1fcc7021a3c622316b6415c16f83d0a64ae4a;hp=183a0ca7af39aac3a31814a75e98a20bb2cbe75f;hpb=5894d20a1ca98cb5eb0916b083db5838657d6730;p=cparser diff --git a/token.c b/token.c index 183a0ca..ddadc54 100644 --- a/token.c +++ b/token.c @@ -32,7 +32,7 @@ static symbol_t *token_symbols[T_LAST_TOKEN]; static symbol_t *pp_token_symbols[TP_LAST_TOKEN]; -const source_position_t builtin_source_position = { "", 0, 0 }; +const source_position_t builtin_source_position = { "", 0, 0, true }; static int last_id;