Skip to content

Commit 25035a5

Browse files
committed
perl.h: Fix typo in currently unused macro
This macro will become used in a future commit
1 parent 09a0707 commit 25035a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

perl.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6535,7 +6535,7 @@ EXTCONST U8 PL_deBruijn_bitpos_tab64[];
65356535
STMT_START { \
65366536
CLANG_DIAG_IGNORE(-Wthread-safety) \
65376537
if (counter <= 0) { \
6538-
assert(count == 0); \
6538+
assert(counter == 0); \
65396539
PERL_READ_UNLOCK(mutex); \
65406540
} \
65416541
else if (LIKELY((mutex)->readers_count > 0)) { \

0 commit comments

Comments
 (0)