X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=src%2Ftypes%2Fimpl.h;h=22e64e76e4075cb740c8938b918c74ad601dfbe6;hb=4ace6fa9bfa459902184655ee40d6136f25915c8;hp=91168ed71fd727b92d7fa8516a6e8b348c846d74;hpb=f15288e185e65bcdfde87c217fb6bd7ff12eb653;p=m6w6%2Fext-psi diff --git a/src/types/impl.h b/src/types/impl.h index 91168ed..22e64e7 100644 --- a/src/types/impl.h +++ b/src/types/impl.h @@ -37,6 +37,7 @@ struct psi_impl_func; struct psi_impl { struct psi_impl_func *func; struct psi_decl *decl; + void *info; struct { struct psi_plist *ret; struct psi_plist *let;