summaryrefslogtreecommitdiff
path: root/embedvar.h
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2009-09-13 12:45:47 +0200
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2009-09-13 13:01:07 +0200
commit5fba0dddeee4e48144ce1f17a6e372ca4c980087 (patch)
treed04ded3c9935695ff952c073d10a6c03aff2cd1a /embedvar.h
parent334b0924e9cb80a0a1a60e44bb69faef523ef01c (diff)
downloadperl-5fba0dddeee4e48144ce1f17a6e372ca4c980087.tar.gz
Remove obsolete interpreter variable PL_utf8_alnumc
Diffstat (limited to 'embedvar.h')
-rw-r--r--embedvar.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/embedvar.h b/embedvar.h
index 024b6c1d90..2a9866fee7 100644
--- a/embedvar.h
+++ b/embedvar.h
@@ -324,7 +324,6 @@
#define PL_unlockhook (vTHX->Iunlockhook)
#define PL_unsafe (vTHX->Iunsafe)
#define PL_utf8_alnum (vTHX->Iutf8_alnum)
-#define PL_utf8_alnumc (vTHX->Iutf8_alnumc)
#define PL_utf8_alpha (vTHX->Iutf8_alpha)
#define PL_utf8_ascii (vTHX->Iutf8_ascii)
#define PL_utf8_cntrl (vTHX->Iutf8_cntrl)
@@ -638,7 +637,6 @@
#define PL_Iunlockhook PL_unlockhook
#define PL_Iunsafe PL_unsafe
#define PL_Iutf8_alnum PL_utf8_alnum
-#define PL_Iutf8_alnumc PL_utf8_alnumc
#define PL_Iutf8_alpha PL_utf8_alpha
#define PL_Iutf8_ascii PL_utf8_ascii
#define PL_Iutf8_cntrl PL_utf8_cntrl