summaryrefslogtreecommitdiff
path: root/MANIFEST
diff options
context:
space:
mode:
authorKarl Williamson <khw@khw-desktop.(none)>2010-07-19 22:26:43 -0600
committerRafael Garcia-Suarez <rgs@consttype.org>2010-07-29 12:10:18 +0200
commit1850c8f94216e3e6bf08ca1f3121b4a91d01d1bf (patch)
tree3ca0eb84849e8b79f73a6ba5a5ad48c657386295 /MANIFEST
parente32a881648677e322dff2b672a89f19c7d31b263 (diff)
downloadperl-1850c8f94216e3e6bf08ca1f3121b4a91d01d1bf.tar.gz
Refactor common parts of op.h, regexp.h into new .h
op.h and regexp.h share common elements in their data structures. They have had to manually be kept in sync. This patch makes it easier by putting those common parts into a common header #included by the two. To do this, it seemed easiest to change the symbol definitions to use left shifts to generate the flag bits. But this meant that regcomp.pl and axt/B/defsubs_h.PL had to be taught to recognize those forms of expressions, done in separate commits
Diffstat (limited to 'MANIFEST')
-rw-r--r--MANIFEST1
1 files changed, 1 insertions, 0 deletions
diff --git a/MANIFEST b/MANIFEST
index 111d4f2ca3..c28e5ad895 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -3790,6 +3790,7 @@ opcode.h Automatically generated opcode header
opcode.pl Opcode header generator
op.h Opcode syntax tree header
opnames.h Automatically generated opcode header
+op_reg_common.h Common parts of op.h, regexp.h header
os2/Changes Changelog for OS/2 port
os2/diff.configure Patches to Configure
os2/dlfcn.h Addon for dl_open