diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1998-06-18 19:37:41 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1998-06-18 19:37:41 +0000 |
commit | 227a8b4b89a56a5f0c4892bc310a24a6cfceb3b7 (patch) | |
tree | 9d62b508b060ee139abf54965068642252596cef /proto.h | |
parent | 4c50607213c2b23bfa1ef0717a5a31b40103430b (diff) | |
download | perl-227a8b4b89a56a5f0c4892bc310a24a6cfceb3b7.tar.gz |
back out problematic change#1105, tweak perlsub.pod
p4raw-link: @1105 on //depot/perl: e2d46a1de163ba101bb4392a8fa6d97ca3c9a323
p4raw-id: //depot/perl@1146
Diffstat (limited to 'proto.h')
-rw-r--r-- | proto.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -269,7 +269,6 @@ VIRTUAL int magic_setuvar _((SV* sv, MAGIC* mg)); VIRTUAL int magic_setvec _((SV* sv, MAGIC* mg)); VIRTUAL int magic_set_all_env _((SV* sv, MAGIC* mg)); VIRTUAL U32 magic_sizepack _((SV* sv, MAGIC* mg)); -VIRTUAL int magic_unchain _((SV* sv, MAGIC* mg)); VIRTUAL int magic_wipepack _((SV* sv, MAGIC* mg)); VIRTUAL void magicname _((char* sym, char* name, I32 namlen)); int main _((int argc, char** argv, char** env)); |