diff options
author | Spider Boardman <spider@orb.nashua.nh.us> | 2000-09-15 02:37:30 -0400 |
---|---|---|
committer | Nick Ing-Simmons <nik@tiuk.ti.com> | 2000-09-15 16:55:59 +0000 |
commit | 2f5768b866885bc2ed8e8faa13e51aa5ce9671f0 (patch) | |
tree | 64122cb6c3750f3ead2c443185f60fe16ac0cf2e /sv.c | |
parent | f7f6dc2958777dbf7286a43a184d21ccf4210635 (diff) | |
download | perl-2f5768b866885bc2ed8e8faa13e51aa5ce9671f0.tar.gz |
Multiplicity & ithreads fix for sv.c/Encode.xs
Subject: [ID 20000915.004] Not OK: perl v5.7.1 +devel-7094 on alpha-dec_osf-thread-multi 4.0f (UNINSTALLED)
Message-Id: <200009151037.GAA07447@Orb.Nashua.NH.US>
p4raw-id: //depot/perl@7095
Diffstat (limited to 'sv.c')
-rw-r--r-- | sv.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2440,7 +2440,7 @@ Perl_sv_utf8_downgrade(pTHX_ register SV* sv, bool fail_ok) if (fail_ok) return FALSE; else - Perl_croak("big byte"); + Perl_croak(aTHX_ "big byte"); } SvCUR(sv) = len - 1; SvUTF8_off(sv); |