X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=src%2Ftypes%2Fcpp_macro_call.h;h=63e6414b68834d0c0745a97719c784f2d98e7e59;hb=09529efcde471127419e141807b83b37077003a0;hp=7ca283d24490d9632aac3d66be4fa6bc53761fa6;hpb=7fb50f31e25b1cc307ef59fb9cbfe71e4c2283c5;p=m6w6%2Fext-psi diff --git a/src/types/cpp_macro_call.h b/src/types/cpp_macro_call.h index 7ca283d..63e6414 100644 --- a/src/types/cpp_macro_call.h +++ b/src/types/cpp_macro_call.h @@ -31,11 +31,11 @@ struct psi_plist; struct psi_cpp_macro_call { struct psi_token *token; - char *name; + zend_string *name; struct psi_plist *args; }; -struct psi_cpp_macro_call *psi_cpp_macro_call_init(const char *name, +struct psi_cpp_macro_call *psi_cpp_macro_call_init(zend_string *name, struct psi_plist *args); struct psi_cpp_macro_call *psi_cpp_macro_call_copy( struct psi_cpp_macro_call *call);