- Fix ZE2 build when overload is enabled

This commit is contained in:
Derick Rethans 2002-09-30 09:40:12 +00:00
parent 3053ba7b9c
commit 3b99744f0b

View File

@ -19,6 +19,7 @@
#ifndef PHP_OVERLOAD_H
#define PHP_OVERLOAD_H
#ifndef ZEND_ENGINE_2
#if HAVE_OVERLOAD
extern zend_module_entry overload_module_entry;
@ -52,6 +53,7 @@ ZEND_END_MODULE_GLOBALS(overload)
#endif
#endif /* HAVE_OVERLOAD */
#endif /* ZEND_ENGINE_2 */
#endif /* PHP_OVERLOAD_H */