summaryrefslogtreecommitdiff
path: root/intrpvar.h
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2016-12-20 11:58:38 -0700
committerKarl Williamson <khw@cpan.org>2016-12-23 22:52:44 -0700
commit9e7ded3f8151b7f66398bfd77fca0565ee90166a (patch)
tree0d16b866a016f151004c15054a890e96a701cbc5 /intrpvar.h
parentc0382778e247f71b52d7ef6c2f87e20051ccae6b (diff)
downloadperl-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.h1
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 *)