fix macro + nuke warning

This commit is contained in:
Daniel Beulshausen 2001-09-17 12:22:35 +00:00
parent 30042dc883
commit 3a386f8684

View File

@ -38,17 +38,12 @@ extern zend_module_entry apache_module_entry;
#ifdef ZTS
extern int php_apache_info_id;
#define AP(v) TSRMG(alloc_globals_id, php_apache_info_struct *, v)
#define AP(v) TSRMG(php_apache_info_id, php_apache_info_struct *, v)
#else
extern php_apache_info_struct php_apache_info;
#define AP(v) (php_apache_info.v)
#endif
#ifdef WIN32
#define S_IXUSR _S_IEXEC
#endif
#endif /* MOD_PHP4_H */
/*