summaryrefslogtreecommitdiff
path: root/embedvar.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 /embedvar.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 'embedvar.h')
-rw-r--r--embedvar.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/embedvar.h b/embedvar.h
index f1fa5ba790..a33f213efc 100644
--- a/embedvar.h
+++ b/embedvar.h
@@ -42,6 +42,7 @@
#define PL_AboveLatin1 (vTHX->IAboveLatin1)
#define PL_Argv (vTHX->IArgv)
+#define PL_Assigned_invlist (vTHX->IAssigned_invlist)
#define PL_Cmd (vTHX->ICmd)
#define PL_DBcontrol (vTHX->IDBcontrol)
#define PL_DBcv (vTHX->IDBcv)