]> granicus.if.org Git - php/commitdiff
edit comment
authorAnatol Belski <ab@php.net>
Tue, 26 Aug 2014 07:52:22 +0000 (09:52 +0200)
committerAnatol Belski <ab@php.net>
Tue, 26 Aug 2014 07:52:22 +0000 (09:52 +0200)
Zend/zend_long.h

index e7e193d00c5c73cb264bb1e21a78a0e12760aac2..af4b468ba94f6e1716fa3f422809de71c96de08a 100644 (file)
@@ -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