Skip to content

Commit c4f038a

Browse files
committed
sv.h Convert _bonk to legal name
1 parent 69cc407 commit c4f038a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sv.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2681,8 +2681,8 @@ Evaluates C<sv> more than once. Sets C<len> to 0 if C<SvOOK(sv)> is false.
26812681
{ \
26822682
/* Validate the preceding buffer's sentinels to \
26832683
verify that no-one is using it. */ \
2684-
const U8 *const _bonk = (U8*)SvPVX_const(sv) - (offset);\
2685-
while (crash_ > _bonk) { \
2684+
const U8 *const bonk_ = (U8*)SvPVX_const(sv) - (offset);\
2685+
while (crash_ > bonk_) { \
26862686
--crash_; \
26872687
assert (*crash_ == (U8)PTR2UV(crash_)); \
26882688
} \

0 commit comments

Comments
 (0)