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 69cc407 commit c4f038aCopy full SHA for c4f038a
sv.h
@@ -2681,8 +2681,8 @@ Evaluates C<sv> more than once. Sets C<len> to 0 if C<SvOOK(sv)> is false.
2681
{ \
2682
/* Validate the preceding buffer's sentinels to \
2683
verify that no-one is using it. */ \
2684
- const U8 *const _bonk = (U8*)SvPVX_const(sv) - (offset);\
2685
- while (crash_ > _bonk) { \
+ const U8 *const bonk_ = (U8*)SvPVX_const(sv) - (offset);\
+ while (crash_ > bonk_) { \
2686
--crash_; \
2687
assert (*crash_ == (U8)PTR2UV(crash_)); \
2688
} \
0 commit comments