diff options
author | Felipe Pena <felipe@php.net> | 2008-11-17 11:26:25 +0000 |
---|---|---|
committer | Felipe Pena <felipe@php.net> | 2008-11-17 11:26:25 +0000 |
commit | 43791516dbb35777e7345696018312698b260f51 (patch) | |
tree | aaac277981a6facfb6cca20184bcb09e7663e91e /ext/tokenizer/tokenizer.c | |
parent | cbfbdabbffa6ff319e945f0694f34664722a36e5 (diff) | |
download | php-git-43791516dbb35777e7345696018312698b260f51.tar.gz |
- Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro (again!)
Diffstat (limited to 'ext/tokenizer/tokenizer.c')
-rw-r--r-- | ext/tokenizer/tokenizer.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/tokenizer/tokenizer.c b/ext/tokenizer/tokenizer.c index ed0249cb7e..2ef27e3b00 100644 --- a/ext/tokenizer/tokenizer.c +++ b/ext/tokenizer/tokenizer.c @@ -36,12 +36,10 @@ #define zendleng LANG_SCNG(yy_leng) /* {{{ arginfo */ -static ZEND_BEGIN_ARG_INFO_EX(arginfo_token_get_all, 0, 0, 1) ZEND_ARG_INFO(0, source) ZEND_END_ARG_INFO() -static ZEND_BEGIN_ARG_INFO_EX(arginfo_token_name, 0, 0, 1) ZEND_ARG_INFO(0, token) ZEND_END_ARG_INFO() |