diff options
author | Ilya Zakharevich <ilya@math.berkeley.edu> | 1998-06-08 18:16:56 -0400 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1998-06-10 07:21:21 +0000 |
commit | e2d46a1de163ba101bb4392a8fa6d97ca3c9a323 (patch) | |
tree | 9dc1bbb410301b64987309b0fbfdd19c0687fc62 /perlvars.h | |
parent | 49136ef87c7a099210ef3e193f1a24f3def277ff (diff) | |
download | perl-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 'perlvars.h')
-rw-r--r-- | perlvars.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/perlvars.h b/perlvars.h index 954a99fb91..025f7c49ab 100644 --- a/perlvars.h +++ b/perlvars.h @@ -168,3 +168,5 @@ PERLVARIC(GNo, char *, "") PERLVARIC(Ghexdigit, char *, "0123456789abcdef0123456789ABCDEFx") PERLVARIC(Gpatleave, char *, "\\.^$@dDwWsSbB+*?|()-nrtfeaxc0123456789[{]}") +PERLVAR(Gspecialsv_list[4], SV *) /* from byterun.h */ + |