From df100055639c42e28029cf2f6983246ed3f98c40 Mon Sep 17 00:00:00 2001 From: Felipe Pena Date: Fri, 24 Oct 2008 14:35:40 +0000 Subject: - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro --- ext/dom/php_dom.c | 1 - 1 file changed, 1 deletion(-) (limited to 'ext/dom/php_dom.c') diff --git a/ext/dom/php_dom.c b/ext/dom/php_dom.c index 1494e286fe..9ea765fe5f 100644 --- a/ext/dom/php_dom.c +++ b/ext/dom/php_dom.c @@ -510,7 +510,6 @@ zend_object_value dom_objects_store_clone_obj(zval *zobject TSRMLS_DC) /* {{{ */ /* }}} */ /* {{{ arginfo */ -static ZEND_BEGIN_ARG_INFO_EX(arginfo_dom_import_simplexml, 0, 0, 1) ZEND_ARG_INFO(0, node) ZEND_END_ARG_INFO() -- cgit v1.2.1