From: Felipe Pena Date: Mon, 23 Jun 2008 17:28:06 +0000 (+0000) Subject: - Fixed folding X-Git-Tag: php-5.3.0alpha1~632 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f2d0da3c293d457d7ec503c65bc2247798fb0019;p=php - Fixed folding --- diff --git a/ext/posix/posix.c b/ext/posix/posix.c index d9ea086d83..685d4e3942 100644 --- a/ext/posix/posix.c +++ b/ext/posix/posix.c @@ -247,6 +247,7 @@ ZEND_BEGIN_ARG_INFO_EX(arginfo_posix_initgroups, 0, 0, 2) ZEND_ARG_INFO(0, base_group_id) ZEND_END_ARG_INFO() #endif +/* }}} */ /* {{{ posix_functions[] */ diff --git a/ext/tokenizer/tokenizer.c b/ext/tokenizer/tokenizer.c index 8096a4f6e7..619f983ac0 100644 --- a/ext/tokenizer/tokenizer.c +++ b/ext/tokenizer/tokenizer.c @@ -45,7 +45,7 @@ static ZEND_BEGIN_ARG_INFO_EX(arginfo_token_name, 0, 0, 1) ZEND_ARG_INFO(0, token) ZEND_END_ARG_INFO() - +/* }}} */ /* {{{ tokenizer_functions[] *