X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=src%2Ftypes%2Fdecl.h;h=c859daf2b1d48a4ee69414fefd94cb14cc3e24d1;hb=698841dfdd4d70d24e0b7af25ac7100bc2cb26a4;hp=08380b1d09cf883a93d5ee35fa06fb2e8f1342e7;hpb=a0f437f26cd0f121ee911a55327a68a3544bf15f;p=m6w6%2Fext-psi diff --git a/src/types/decl.h b/src/types/decl.h index 08380b1..c859daf 100644 --- a/src/types/decl.h +++ b/src/types/decl.h @@ -38,6 +38,7 @@ struct psi_decl { zend_string *redir; void *sym; void *info; + void *type; unsigned varargs:1; unsigned extvar:1; };