diff options
Diffstat (limited to 'ext/phar/phar_internal.h')
| -rw-r--r-- | ext/phar/phar_internal.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/ext/phar/phar_internal.h b/ext/phar/phar_internal.h index 3f944c77db..610482b290 100644 --- a/ext/phar/phar_internal.h +++ b/ext/phar/phar_internal.h @@ -199,13 +199,6 @@ ZEND_EXTERN_MODULE_GLOBALS(phar) ZEND_TSRMLS_CACHE_EXTERN(); #endif -#ifndef php_uint16 -# if SIZEOF_SHORT == 2 -# define php_uint16 unsigned short -# else -# define php_uint16 uint16_t -# endif -#endif #include "pharzip.h" typedef union _phar_archive_object phar_archive_object; |
