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/recode/recode.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'ext/recode/recode.c') diff --git a/ext/recode/recode.c b/ext/recode/recode.c index 20542038da..51586c89cc 100644 --- a/ext/recode/recode.c +++ b/ext/recode/recode.c @@ -67,13 +67,11 @@ ZEND_DECLARE_MODULE_GLOBALS(recode); static PHP_GINIT_FUNCTION(recode); /* {{{ arginfo */ -static ZEND_BEGIN_ARG_INFO_EX(arginfo_recode_string, 0, 0, 2) ZEND_ARG_INFO(0, request) ZEND_ARG_INFO(0, str) ZEND_END_ARG_INFO() -static ZEND_BEGIN_ARG_INFO_EX(arginfo_recode_file, 0, 0, 3) ZEND_ARG_INFO(0, request) ZEND_ARG_INFO(0, input) -- cgit v1.2.1