Skip to content

Commit d40a149

Browse files
committed
fix typo
1 parent c867b51 commit d40a149

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Zend/zend_range_check.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
/* Flag macros for basic range recognition. Notable is that
2525
always sizeof(signed) == sizeof(unsigned), so no need to
2626
overcomplicate things. */
27-
#if SIZEOF_INT == SIZEOF_ZEND_LONG
27+
#if SIZEOF_INT < SIZEOF_ZEND_LONG
2828
# define ZEND_LONG_CAN_OVFL_INT 1
2929
# define ZEND_LONG_CAN_OVFL_UINT 1
3030
#endif

0 commit comments

Comments
 (0)