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/cdatasection.c | 1 - 1 file changed, 1 deletion(-) (limited to 'ext/dom/cdatasection.c') diff --git a/ext/dom/cdatasection.c b/ext/dom/cdatasection.c index 6d0112472b..c5ec09d97b 100644 --- a/ext/dom/cdatasection.c +++ b/ext/dom/cdatasection.c @@ -29,7 +29,6 @@ /* {{{ arginfo */ -static ZEND_BEGIN_ARG_INFO_EX(arginfo_dom_cdatasection_construct, 0, 0, 1) ZEND_ARG_INFO(0, value) ZEND_END_ARG_INFO(); -- cgit v1.2.1