projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
560a288
)
s/croak/Perl_croak/
Gurusamy Sarathy [Sat, 19 Feb 2000 07:55:18 +0000 (07:55 +0000)]
p4raw-id: //depot/perl@5139
sv.c
patch
|
blob
|
blame
|
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)