fix implicit struct casts
[cparser] / token_t.h
index 317cc3b..c8e0e10 100644 (file)
--- 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;