diff options
| author | Felipe Pena <felipe@php.net> | 2008-10-24 14:35:40 +0000 |
|---|---|---|
| committer | Felipe Pena <felipe@php.net> | 2008-10-24 14:35:40 +0000 |
| commit | df100055639c42e28029cf2f6983246ed3f98c40 (patch) | |
| tree | 3fc92443be993801103b84d66b1d4a1f943322f8 /ext/intl/locale/locale_class.c | |
| parent | c96d79b2e69c732efc4005294c2aec461f662e4f (diff) | |
| download | php-git-df100055639c42e28029cf2f6983246ed3f98c40.tar.gz | |
- MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro
Diffstat (limited to 'ext/intl/locale/locale_class.c')
| -rwxr-xr-x | ext/intl/locale/locale_class.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/ext/intl/locale/locale_class.c b/ext/intl/locale/locale_class.c index 7814eb48ca..8a9efbd832 100755 --- a/ext/intl/locale/locale_class.c +++ b/ext/intl/locale/locale_class.c @@ -35,29 +35,24 @@ zend_class_entry *Locale_ce_ptr = NULL; * approptiate 'locale_XX_args' for the procedural API! */ -static ZEND_BEGIN_ARG_INFO_EX( locale_0_args, 0, 0, 0 ) ZEND_END_ARG_INFO() -static ZEND_BEGIN_ARG_INFO_EX( locale_1_arg, 0, 0, 1 ) ZEND_ARG_INFO( 0, arg1 ) ZEND_END_ARG_INFO() -static ZEND_BEGIN_ARG_INFO_EX( locale_2_args, 0, 0, 2 ) ZEND_ARG_INFO( 0, arg1 ) ZEND_ARG_INFO( 0, arg2 ) ZEND_END_ARG_INFO() -static ZEND_BEGIN_ARG_INFO_EX( locale_3_args, 0, 0, 3 ) ZEND_ARG_INFO( 0, arg1 ) ZEND_ARG_INFO( 0, arg2 ) ZEND_ARG_INFO( 0, arg3 ) ZEND_END_ARG_INFO() -static ZEND_BEGIN_ARG_INFO_EX( locale_4_args, 0, 0, 4 ) ZEND_ARG_INFO( 0, arg1 ) ZEND_ARG_INFO( 0, arg2 ) |
