diff options
author | Ilya Zakharevich <ilya@math.berkeley.edu> | 1999-08-02 17:53:36 -0400 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 1999-08-03 09:29:22 +0000 |
commit | cd439c502eb7c742eb6cf76c8359a4d3384ae0f5 (patch) | |
tree | 004c460476a9da35fe29b26b2e8d2d94438c4ba4 /Makefile.SH | |
parent | 8d3f0e046561ce8c2415d2f9fb335f3ab8fa9d70 (diff) | |
download | perl-cd439c502eb7c742eb6cf76c8359a4d3384ae0f5.tar.gz |
Clarify RE engine code; inline a static function to a macro;
make exact string nodes smaller.
To: perl5-porters@perl.org (Mailing list Perl5)
Subject: [PATCH 5.005_60] Cosmetic change to REx engine
Message-Id: <199908030153.VAA10542@monk.mps.ohio-state.edu>
p4raw-id: //depot/cfgperl@3908
Diffstat (limited to 'Makefile.SH')
-rw-r--r-- | Makefile.SH | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.SH b/Makefile.SH index 6c6fcc42f7..1567e2f18a 100644 --- a/Makefile.SH +++ b/Makefile.SH @@ -548,6 +548,7 @@ SYMH = perlvars.h intrpvar.h thrdvar.h # ext/ByteLoader/byterun.h: bytecode.pl # ext/ByteLoader/byterun.c: bytecode.pl # ext/B/Asmdata.pm: bytecode.pl +# global.sym: embed.pl # regnodes.h: regcomp.pl # warning.h lib/warning.pm: warning.pl # The correct versions should be already supplied with the perl kit, |