mirror of
https://github.com/php/php-src.git
synced 2026-03-28 18:22:42 +01:00
AIX #define's accept as naccept
add a workaround
This commit is contained in:
@@ -36,6 +36,10 @@
|
||||
#include "spl_array.h"
|
||||
#include "spl_exceptions.h"
|
||||
|
||||
#ifdef accept
|
||||
#undef accept
|
||||
#endif
|
||||
|
||||
PHPAPI zend_class_entry *spl_ce_RecursiveIterator;
|
||||
PHPAPI zend_class_entry *spl_ce_RecursiveIteratorIterator;
|
||||
PHPAPI zend_class_entry *spl_ce_FilterIterator;
|
||||
|
||||
Reference in New Issue
Block a user