fix coupling of impl + call_info + decl
[m6w6/ext-psi] / src / types / let_callback.h
index f7e2bd2d77412ff8c9af3384dae634f16b7167ee..df22d8603e7719ed71900f1bb9238e536e2610e5 100644 (file)
@@ -38,6 +38,7 @@ struct psi_let_callback {
        struct psi_let_func *func;
        struct psi_plist *args;
        struct psi_decl *decl;
+       void *info;
 };
 
 struct psi_let_callback *psi_let_callback_init(struct psi_let_func *func, struct psi_plist *args);