summaryrefslogtreecommitdiff
path: root/sv.h
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2012-10-01 14:26:20 -0700
committerFather Chrysostomos <sprout@cpan.org>2012-10-01 14:31:31 -0700
commit6964422af777c86101b18a869cf04a51f4b5bd0e (patch)
tree9e2619a890da0b92497df415dd51d504667fc4ca /sv.h
parent2b674b0158897b8848636b55a807d0245a4cee2e (diff)
downloadperl-6964422af777c86101b18a869cf04a51f4b5bd0e.tar.gz
Oops; fix threaded build
Diffstat (limited to 'sv.h')
-rw-r--r--sv.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sv.h b/sv.h
index c2b0f57ea1..b839a6354c 100644
--- a/sv.h
+++ b/sv.h
@@ -1823,6 +1823,7 @@ mg.c:1024: warning: left-hand operand of comma expression has no effect
(SvGAMAGIC(sv) \
? utf8_length((U8 *)(pv), (U8 *)(pv)+(bytelen)) \
: sv_len_utf8(sv))
+# define sv_or_pv_pos_u2b(sv,s,p,lp) S_sv_or_pv_pos_u2b(aTHX_ sv,s,p,lp)
#endif
/*