diff options
Diffstat (limited to 'main/php.h')
| -rw-r--r-- | main/php.h | 8 | 
1 files changed, 0 insertions, 8 deletions
diff --git a/main/php.h b/main/php.h index 116485a811..53926d2321 100644 --- a/main/php.h +++ b/main/php.h @@ -240,14 +240,6 @@ typedef unsigned int socklen_t;  # endif  #endif -#ifndef va_copy -# ifdef __va_copy -#  define va_copy(ap1, ap2)         __va_copy((ap1), (ap2)) -# else -#  define va_copy(ap1, ap2)         memcpy((&ap1), (&ap2), sizeof(va_list)) -# endif -#endif -  #include "php_stdint.h"  #include "zend_hash.h"  | 
