8000 add missing undef · python/cpython@1895d69 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1895d69

Browse files
committed
add missing undef
1 parent 309f392 commit 1895d69

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Python/specialize.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2500,6 +2500,7 @@ BITWISE_LONGS_ACTION(compactlongs_and, &)
25002500
BITWISE_LONGS_ACTION(compactlongs_xor, ^)
25012501
BITWISE_LONGS_ACTION_STWODIGITS(compactlongs_lshift, <<)
25022502
BITWISE_LONGS_ACTION(compactlongs_rshift, >>)
2503+
#undef BITWISE_LONGS_ACTION_STWODIGITS
25032504
#undef BITWISE_LONGS_ACTION
25042505

25052506
/* float-long */

0 commit comments

Comments
 (0)
0