projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
560a288
)
s/croak/Perl_croak/
author
Gurusamy Sarathy
<gsar@cpan.org>
Sat, 19 Feb 2000 07:55:18 +0000
(07:55 +0000)
committer
Gurusamy Sarathy
<gsar@cpan.org>
Sat, 19 Feb 2000 07:55:18 +0000
(07:55 +0000)
p4raw-id: //depot/perl@5139
sv.c
patch
|
blob
|
history
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)