diff options
| author | Anatol Belski <ab@php.net> | 2014-08-26 09:52:22 +0200 |
|---|---|---|
| committer | Anatol Belski <ab@php.net> | 2014-08-26 09:52:22 +0200 |
| commit | baee5922c35d280d12bad645538ae445e73f7a30 (patch) | |
| tree | d9198abd610352d2274f8b7b6f32124accff6843 | |
| parent | 5d030000c1d65cf03ce8bec4b74079708100ddad (diff) | |
| download | php-git-baee5922c35d280d12bad645538ae445e73f7a30.tar.gz | |
edit comment
| -rw-r--r-- | Zend/zend_long.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Zend/zend_long.h b/Zend/zend_long.h index e7e193d00c..af4b468ba9 100644 --- a/Zend/zend_long.h +++ b/Zend/zend_long.h @@ -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 |
