flush
[m6w6/ext-psi] / src / parser.h
index d4909dd9fa496456c5c790eb18e95e91b66c4cbd..2aaab31985ead22727f3d1f4ab3dd67cf2de3690 100644 (file)
@@ -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;
 }