including zend_compile.h for NetWare as NetWare uses MetroWerks Code warrior compiler which does not allow declarations of following kind before defining the types.

extern struct _zend_arg_info first_arg_force_ref[2];
This commit is contained in:
Anantha Kesari H Y 2004-10-18 12:06:57 +00:00
parent 5bf2be3461
commit d608f1a0e0

View file

@ -24,6 +24,9 @@
#include "zend.h"
#ifdef NETWARE
#include "zend_compile.h"
#endif
#define INIT_FUNC_ARGS int type, int module_number TSRMLS_DC
#define INIT_FUNC_ARGS_PASSTHRU type, module_number TSRMLS_CC
#define SHUTDOWN_FUNC_ARGS int type, int module_number TSRMLS_DC