Skip to content

Commit 0678177

Browse files
committed
handy.h - Allow NEGATE_2U to be used in EXT, not just CORE
1 parent 68d4480 commit 0678177

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

handy.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3103,7 +3103,7 @@ STMT_START { \
31033103
(x) ^= ((x) << 26); \
31043104
} STMT_END
31053105

3106-
#ifdef PERL_CORE
3106+
#if defined(PERL_CORE) || defined(PERL_EXT)
31073107
/* Convenience macros for dealing with IV_MIN:
31083108
In two's complement system, the absolute value of IV_MIN (i.e. -IV_MIN)
31093109
cannot be represented in an IV. Thus we cannot use simple negation

0 commit comments

Comments
 (0)