diff options
author | Nick Ing-Simmons <nik@tiuk.ti.com> | 1997-11-07 23:59:31 +0000 |
---|---|---|
committer | Nick Ing-Simmons <nik@tiuk.ti.com> | 1997-11-07 23:59:31 +0000 |
commit | d59a3bff4895759de00a35ae929c24707c4ad061 (patch) | |
tree | ce8edcbd4323bb4352b15ab55202b7876b412ab1 /op.c | |
parent | aeea060ce4b653ecf5b0731f1cbfcf468f688acd (diff) | |
parent | 57d3b86dc9b74a9b2d9e24c40494104c74f62be7 (diff) | |
download | perl-d59a3bff4895759de00a35ae929c24707c4ad061.tar.gz |
Merge changes as of 18:00 CST
p4raw-id: //depot/ansiperl@211
Diffstat (limited to 'op.c')
-rw-r--r-- | op.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -3466,7 +3466,6 @@ newSUB(I32 floor, OP *o, OP *proto, OP *block) return cv; } - CV * newXS(char *name, void (*subaddr) (CV *), char *filename) { |