validation and marshaling of structs/unions
[m6w6/ext-psi] / src / types / let_val.h
index 7d5acfd7e4703b25ee8ce5ab10a4d33f91ba14a8..e2827e21ad51e628a69dfb141de23bff474e4652 100644 (file)
@@ -13,6 +13,7 @@ enum let_val_kind {
 #define PSI_LET_REFERENCE 0x1;
 typedef struct let_val {
        enum let_val_kind kind;
+       decl_var *var;
        union {
                num_exp *num;
                let_calloc *alloc;