X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-psi;a=blobdiff_plain;f=src%2Fparser.h;h=30388ad7d3e7bea7a2ea4255b4fcf9b2dffd0552;hp=3a00d6d766a5d75dea7a20fb7380c2aa2aae36c1;hb=8b652242a4ef920f2ab82bfb822596de25bc5a63;hpb=8d2ff6a3b85203ea5f8398f846a7764fd0e1d126 diff --git a/src/parser.h b/src/parser.h index 3a00d6d..30388ad 100644 --- a/src/parser.h +++ b/src/parser.h @@ -925,6 +925,7 @@ typedef struct let_func { 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) {