1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

suffix CS

This commit is contained in:
Anatol Belski
2016-12-03 20:04:18 +01:00
parent f74890bcf5
commit d109642656

View File

@@ -87,7 +87,7 @@
# define ZEND_SIGNED_MULTIPLY_LONG(a, b, lval, dval, usedval) do { \
__int64 __high; \
__int64 __low = _mul128((a), (b), &__high); \
if ((__low >> 63i64) == __high) { \
if ((__low >> 63I64) == __high) { \
(usedval) = 0; \
(lval) = __low; \
} else { \