X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-psi;a=blobdiff_plain;f=src%2Ftypes%2Fdecl.h;h=11e72a8920cfcbd8935863d265abe5ea9d2c4a51;hp=eb808025ebff16a163bdef8582443b60e2daaf2d;hb=2fa436074ca9a5e87f39b696de832fa2188fcfc6;hpb=d57dd73ddbd960613cfc06bc4c9473b71d3598ef diff --git a/src/types/decl.h b/src/types/decl.h index eb80802..11e72a8 100644 --- a/src/types/decl.h +++ b/src/types/decl.h @@ -35,7 +35,7 @@ struct psi_decl { struct psi_decl_abi *abi; struct psi_decl_arg *func; struct psi_plist *args; - char *redir; + zend_string *redir; void *sym; void *info; unsigned varargs:1;