We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68d4480 commit 0678177Copy full SHA for 0678177
handy.h
@@ -3103,7 +3103,7 @@ STMT_START { \
3103
(x) ^= ((x) << 26); \
3104
} STMT_END
3105
3106
-#ifdef PERL_CORE
+#if defined(PERL_CORE) || defined(PERL_EXT)
3107
/* Convenience macros for dealing with IV_MIN:
3108
In two's complement system, the absolute value of IV_MIN (i.e. -IV_MIN)
3109
cannot be represented in an IV. Thus we cannot use simple negation
0 commit comments