X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;ds=sidebyside;f=src%2Ftypes%2Fdecl.h;fp=src%2Ftypes%2Fdecl.h;h=c859daf2b1d48a4ee69414fefd94cb14cc3e24d1;hb=14969a8b4386d7c38e90775e1c57886c9bf3839e;hp=08380b1d09cf883a93d5ee35fa06fb2e8f1342e7;hpb=aa338e1f515a21d83284c83d780d2dc075192c4d;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; };