diff options
author | Karl Williamson <khw@cpan.org> | 2016-12-20 11:58:38 -0700 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2016-12-23 22:52:44 -0700 |
commit | 9e7ded3f8151b7f66398bfd77fca0565ee90166a (patch) | |
tree | 0d16b866a016f151004c15054a890e96a701cbc5 /intrpvar.h | |
parent | c0382778e247f71b52d7ef6c2f87e20051ccae6b (diff) | |
download | perl-9e7ded3f8151b7f66398bfd77fca0565ee90166a.tar.gz |
Create inversion list for Assigned code points
This will be used in a future commit.
Diffstat (limited to 'intrpvar.h')
-rw-r--r-- | intrpvar.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/intrpvar.h b/intrpvar.h index a078be4a1f..cd89ecd395 100644 --- a/intrpvar.h +++ b/intrpvar.h @@ -628,6 +628,7 @@ PERLVAR(I, GCB_invlist, SV *) PERLVAR(I, LB_invlist, SV *) PERLVAR(I, SB_invlist, SV *) PERLVAR(I, WB_invlist, SV *) +PERLVAR(I, Assigned_invlist, SV *) PERLVAR(I, seen_deprecated_macro, HV *) PERLVAR(I, last_swash_hv, HV *) |