mirror of
https://github.com/php/php-src.git
synced 2026-04-24 08:28:26 +02:00
edit comment
This commit is contained in:
+1
-2
@@ -24,8 +24,7 @@
|
||||
|
||||
#include "main/php_stdint.h"
|
||||
|
||||
/* This is the heart of the whole int64 enablement in zval. Based on this
|
||||
macros the size_t datatype is handled, see zend_types.h */
|
||||
/* This is the heart of the whole int64 enablement in zval. */
|
||||
#if defined(__X86_64__) || defined(__LP64__) || defined(_LP64) || defined(_WIN64)
|
||||
# define ZEND_ENABLE_INT64 1
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user