zend_string'ify
[m6w6/ext-psi] / src / types / cpp_macro_call.h
index 7ca283d24490d9632aac3d66be4fa6bc53761fa6..63e6414b68834d0c0745a97719c784f2d98e7e59 100644 (file)
@@ -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);