X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-psi;a=blobdiff_plain;f=src%2Fparser.h;h=2aaab31985ead22727f3d1f4ab3dd67cf2de3690;hp=d4909dd9fa496456c5c790eb18e95e91b66c4cbd;hb=3bca631112f4865510ea91c85e8c820c4465fc14;hpb=3013555bce1419702ada905aa6829fac285cf118 diff --git a/src/parser.h b/src/parser.h index d4909dd..2aaab31 100644 --- a/src/parser.h +++ b/src/parser.h @@ -31,6 +31,7 @@ static inline decl_type *init_decl_type(token_t type, char *name) { decl_type *t = malloc(sizeof(*t)); t->type = type; t->name = strdup(name); + t->real = NULL; return t; }