From f2d0da3c293d457d7ec503c65bc2247798fb0019 Mon Sep 17 00:00:00 2001 From: Felipe Pena Date: Mon, 23 Jun 2008 17:28:06 +0000 Subject: [PATCH] - Fixed folding --- ext/posix/posix.c | 1 + ext/tokenizer/tokenizer.c | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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[] * -- 2.50.1