diff options
author | Karl Williamson <khw@cpan.org> | 2020-04-03 10:22:19 -0600 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2020-10-16 07:01:41 -0600 |
commit | 938090acbdbd9475a044786f75bbbcf4e64d3b49 (patch) | |
tree | 17d61f9869ae4c2cab81d4ae0dfe7d7292bfecd1 /globvar.sym | |
parent | a234542cd411731277682fb13ab4cf77e841b134 (diff) | |
download | perl-938090acbdbd9475a044786f75bbbcf4e64d3b49.tar.gz |
regnodes.h: Add two convenience bit masks
These categorize the many types of EXACT nodes, so that code can refer
to a particular subset of such nodes without having to list all of them
out. This simplifies some 'if' statements, and makes updating things
easier.
Diffstat (limited to 'globvar.sym')
-rw-r--r-- | globvar.sym | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/globvar.sym b/globvar.sym index f020879852..03c324868b 100644 --- a/globvar.sym +++ b/globvar.sym @@ -12,6 +12,8 @@ PL_c9_utf8_dfa_tab PL_charclass PL_check PL_core_reg_engine +PL_EXACTFish_bitmask +PL_EXACT_REQ8_bitmask PL_extended_utf8_dfa_tab PL_fold PL_fold_latin1 |