summaryrefslogtreecommitdiff
path: root/proto.h
diff options
context:
space:
mode:
authorIlya Zakharevich <ilya@math.berkeley.edu>1998-06-08 18:16:56 -0400
committerGurusamy Sarathy <gsar@cpan.org>1998-06-10 07:21:21 +0000
commite2d46a1de163ba101bb4392a8fa6d97ca3c9a323 (patch)
tree9dc1bbb410301b64987309b0fbfdd19c0687fc62 /proto.h
parent49136ef87c7a099210ef3e193f1a24f3def277ff (diff)
downloadperl-e2d46a1de163ba101bb4392a8fa6d97ca3c9a323.tar.gz
Applied patch, followed by tweaks to *.sym and `perl embed.pl`
Message-Id: <199806090216.WAA02041@monk.mps.ohio-state.edu> Subject: [PATCH 5.004_66] Resend of RE cache patch (modified) p4raw-id: //depot/perl@1105
Diffstat (limited to 'proto.h')
-rw-r--r--proto.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/proto.h b/proto.h
index 22f49a4661..2356e68852 100644
--- a/proto.h
+++ b/proto.h
@@ -269,6 +269,7 @@ 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));