s/croak/Perl_croak/
authorGurusamy Sarathy <gsar@cpan.org>
Sat, 19 Feb 2000 07:55:18 +0000 (07:55 +0000)
committerGurusamy Sarathy <gsar@cpan.org>
Sat, 19 Feb 2000 07:55:18 +0000 (07:55 +0000)
p4raw-id: //depot/perl@5139

sv.c

diff --git a/sv.c b/sv.c
index e22dbc2..52bf820 100644 (file)
--- a/sv.c
+++ b/sv.c
@@ -2333,7 +2333,7 @@ Perl_sv_utf8_downgrade(pTHX_ register SV* sv, bool fail_ok)
                        return FALSE;
                    else {
                        /* XXX might want to make a callback here instead */
-                       croak("Big byte");
+                       Perl_croak(aTHX_ "Big byte");
                    }
                }
                 if (!first_hi)