mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
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:
parent
5bf2be3461
commit
d608f1a0e0
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue