summaryrefslogtreecommitdiff
path: root/op.c
diff options
context:
space:
mode:
authorNick Ing-Simmons <nik@tiuk.ti.com>1997-11-07 23:59:31 +0000
committerNick Ing-Simmons <nik@tiuk.ti.com>1997-11-07 23:59:31 +0000
commitd59a3bff4895759de00a35ae929c24707c4ad061 (patch)
treece8edcbd4323bb4352b15ab55202b7876b412ab1 /op.c
parentaeea060ce4b653ecf5b0731f1cbfcf468f688acd (diff)
parent57d3b86dc9b74a9b2d9e24c40494104c74f62be7 (diff)
downloadperl-d59a3bff4895759de00a35ae929c24707c4ad061.tar.gz
Merge changes as of 18:00 CST
p4raw-id: //depot/ansiperl@211
Diffstat (limited to 'op.c')
-rw-r--r--op.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/op.c b/op.c
index 2f79a6f924..1c866f79d7 100644
--- a/op.c
+++ b/op.c
@@ -3466,7 +3466,6 @@ newSUB(I32 floor, OP *o, OP *proto, OP *block)
return cv;
}
-
CV *
newXS(char *name, void (*subaddr) (CV *), char *filename)
{