X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;ds=inline;f=token_t.h;h=c8e0e109aa5636624086f171839ab6ee59aa78a0;hb=00fad4c6c28b600fd17a6c3e8320dd6227c28e30;hp=317cc3be584714e48d58ab23a80226b52f283a21;hpb=6ff85b6a89c74076dc516e3a38bc26bd80c37fa5;p=cparser diff --git a/token_t.h b/token_t.h index 317cc3b..c8e0e10 100644 --- a/token_t.h +++ b/token_t.h @@ -41,7 +41,7 @@ typedef struct { symbol_t *symbol; long long intvalue; long double floatvalue; - const char *string; + string_t string; wide_string_t wide_string; } v; type_t *datatype;