summaryrefslogtreecommitdiff
path: root/sv.h
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1999-12-26 23:44:53 +0000
committerGurusamy Sarathy <gsar@cpan.org>1999-12-26 23:44:53 +0000
commitf83ee824cada302b23f7337a82f3b9d44bde7629 (patch)
tree0309487915b70e0c5cc223d9de081dde490fb3c7 /sv.h
parenta7cb1f9979dd83ab32266dc555f72f0939829c3f (diff)
downloadperl-f83ee824cada302b23f7337a82f3b9d44bde7629.tar.gz
fix typos
p4raw-id: //depot/utfperl@4706
Diffstat (limited to 'sv.h')
-rw-r--r--sv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sv.h b/sv.h
index a16dcdd249..1374c87a5c 100644
--- a/sv.h
+++ b/sv.h
@@ -705,7 +705,7 @@ struct xpvio {
# define SvNVx(sv) ((PL_Sv = (sv)), SvNV(PL_Sv))
# define SvPVx(sv, lp) ((PL_Sv = (sv)), SvPV(PL_Sv, lp))
# define SvPVutf8x(sv, lp) ((PL_Sv = (sv)), SvPVutf8(PL_Sv, lp))
-# define SvPVutf8x(sv, lp) ((PL_Sv = (sv)), SvPVbyte(PL_Sv, lp))
+# define SvPVbytex(sv, lp) ((PL_Sv = (sv)), SvPVbyte(PL_Sv, lp))
# define SvTRUE(sv) ( \
!sv \
? 0 \