diff options
author | Thies C. Arntzen <thies@php.net> | 2000-03-19 10:50:48 +0000 |
---|---|---|
committer | Thies C. Arntzen <thies@php.net> | 2000-03-19 10:50:48 +0000 |
commit | 3b88c31bfc320056b436a814f98f850dfabe4588 (patch) | |
tree | 4210652c51458f42caf6c0779877e23aa11cc677 /Zend | |
parent | d015d475271b54bea8f0646676e03c7fde8c85ce (diff) | |
download | php-git-3b88c31bfc320056b436a814f98f850dfabe4588.tar.gz |
kill warning
Diffstat (limited to 'Zend')
-rw-r--r-- | Zend/zend_compile.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/zend_compile.h b/Zend/zend_compile.h index bdabf770dc..5bcd93c723 100644 --- a/Zend/zend_compile.h +++ b/Zend/zend_compile.h @@ -198,7 +198,7 @@ extern ZEND_API zend_op_array *(*zend_compile_files)(int mark_as_ref CLS_DC, int void zend_activate(CLS_D ELS_DC); void zend_deactivate(CLS_D ELS_DC); -void zend_activate_modules(); +void zend_activate_modules(void); int lex_scan(zval *zendlval CLS_DC); |