From 9d9177bec752277fb0bb090203f47d85c3aba878 Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Sat, 7 Jan 2012 12:10:41 -0700 Subject: Add regen/mk_invlists.pl, charclass_invlists.h This will be used to generate compile-time inversion lists in a C hdr file that can be included in programs for initialization speed Three simple inversion lists are included in this initial commit --- Makefile.SH | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile.SH') diff --git a/Makefile.SH b/Makefile.SH index b8845da8cb..5cd7179237 100755 --- a/Makefile.SH +++ b/Makefile.SH @@ -458,7 +458,8 @@ h2 = embed.h form.h gv.h handy.h hv.h keywords.h mg.h op.h opcode.h h3 = pad.h patchlevel.h perl.h perlapi.h perly.h pp.h proto.h regcomp.h h4 = regexp.h scope.h sv.h unixish.h util.h iperlsys.h thread.h h5 = utf8.h warnings.h mydtrace.h op_reg_common.h l1_char_class_tab.h -h = $(h1) $(h2) $(h3) $(h4) $(h5) +h6 = charclass_invlists.h +h = $(h1) $(h2) $(h3) $(h4) $(h5) $(h6) c1 = av.c scope.c op.c doop.c doio.c dump.c gv.c hv.c mg.c reentr.c mro.c perl.c c2 = perly.c pp.c pp_hot.c pp_ctl.c pp_sys.c regcomp.c regexec.c utf8.c sv.c -- cgit v1.2.1