summaryrefslogtreecommitdiff
path: root/util.c
diff options
context:
space:
mode:
authorMalcolm Beattie <mbeattie@sable.ox.ac.uk>1997-05-28 15:11:24 +0000
committerMalcolm Beattie <mbeattie@sable.ox.ac.uk>1997-05-28 15:11:24 +0000
commit5196be3eab7cb5c37d1fce858e95874c8439e54f (patch)
treeab5e48fefd42dee926f42f61509b5e090bd5d802 /util.c
parent5dc0d6134ebb76636f69238201dde15cec972fd0 (diff)
downloadperl-5196be3eab7cb5c37d1fce858e95874c8439e54f.tar.gz
Fixups for thrperl integration.
p4raw-id: //depot/perl@25
Diffstat (limited to 'util.c')
-rw-r--r--util.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/util.c b/util.c
index 0387332e60..5759e5a014 100644
--- a/util.c
+++ b/util.c
@@ -1268,7 +1268,6 @@ croak(pat, va_alist)
XPUSHs(msg);
PUTBACK;
perl_call_sv((SV*)cv, G_DISCARD);
-<<<<
LEAVE;
}