flush
[m6w6/ext-psi] / src / parser.h
index 3a00d6d766a5d75dea7a20fb7380c2aa2aae36c1..30388ad7d3e7bea7a2ea4255b4fcf9b2dffd0552 100644 (file)
@@ -925,6 +925,7 @@ typedef struct let_func {
        char *name;
        impl_var *var;
        impl_arg *arg;
        char *name;
        impl_var *var;
        impl_arg *arg;
+       impl_val *(*handler)(impl_val *tmp, decl_type *type, void *val, void **to_free);
 } let_func;
 
 static inline let_func *init_let_func(token_t type, const char *name, impl_var *var) {
 } let_func;
 
 static inline let_func *init_let_func(token_t type, const char *name, impl_var *var) {