diff options
author | Felipe Pena <felipe@php.net> | 2008-06-30 12:15:53 +0000 |
---|---|---|
committer | Felipe Pena <felipe@php.net> | 2008-06-30 12:15:53 +0000 |
commit | 7ddf985e05d97500c70dbca21a234dbc780cffb7 (patch) | |
tree | 2a376381336532aef6b9b51d8b26647f6cc859f4 /ext/pcre/php_pcre.c | |
parent | c125461de1a179d248e8aa9328b35003869bd13f (diff) | |
download | php-git-7ddf985e05d97500c70dbca21a234dbc780cffb7.tar.gz |
- zend_arg_defs.c is unnecessary now
Diffstat (limited to 'ext/pcre/php_pcre.c')
-rw-r--r-- | ext/pcre/php_pcre.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ext/pcre/php_pcre.c b/ext/pcre/php_pcre.c index a51a913d05..6f47827ef7 100644 --- a/ext/pcre/php_pcre.c +++ b/ext/pcre/php_pcre.c @@ -1898,9 +1898,6 @@ zend_module_entry pcre_module_entry = { #ifdef COMPILE_DL_PCRE ZEND_GET_MODULE(pcre) -# ifdef PHP_WIN32 -# include "zend_arg_defs.c" -# endif #endif /* }}} */ |