summaryrefslogtreecommitdiff
path: root/Makefile.SH
diff options
context:
space:
mode:
authorIlya Zakharevich <ilya@math.berkeley.edu>1999-08-02 17:53:36 -0400
committerJarkko Hietaniemi <jhi@iki.fi>1999-08-03 09:29:22 +0000
commitcd439c502eb7c742eb6cf76c8359a4d3384ae0f5 (patch)
tree004c460476a9da35fe29b26b2e8d2d94438c4ba4 /Makefile.SH
parent8d3f0e046561ce8c2415d2f9fb335f3ab8fa9d70 (diff)
downloadperl-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.SH1
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,