summaryrefslogtreecommitdiff
path: root/embedvar.h
diff options
context:
space:
mode:
authorTony Cook <tony@develop-help.com>2010-09-26 12:12:55 +1000
committerTony Cook <tony@develop-help.com>2010-09-26 12:16:30 +1000
commit4dc941f7cb795735b9458431b362c0fed23ae92b (patch)
tree5e6788a9654bc2761ac4296c574bc3fd1288b65e /embedvar.h
parentf1c82292ac9c0c840d93a9bed586b6ab5c6110f4 (diff)
downloadperl-4dc941f7cb795735b9458431b362c0fed23ae92b.tar.gz
make PL_charclass available to modules under Win32
Diffstat (limited to 'embedvar.h')
-rw-r--r--embedvar.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/embedvar.h b/embedvar.h
index 3a9bcccca6..a8ec4cf1bc 100644
--- a/embedvar.h
+++ b/embedvar.h
@@ -707,6 +707,8 @@
#define PL_GYes (my_vars->GYes)
#define PL_appctx (my_vars->Gappctx)
#define PL_Gappctx (my_vars->Gappctx)
+#define PL_charclass (my_vars->Gcharclass)
+#define PL_Gcharclass (my_vars->Gcharclass)
#define PL_check (my_vars->Gcheck)
#define PL_Gcheck (my_vars->Gcheck)
#define PL_csighandlerp (my_vars->Gcsighandlerp)
@@ -799,6 +801,7 @@
#define PL_GNo PL_No
#define PL_GYes PL_Yes
#define PL_Gappctx PL_appctx
+#define PL_Gcharclass PL_charclass
#define PL_Gcheck PL_check
#define PL_Gcsighandlerp PL_csighandlerp
#define PL_Gcurinterp PL_curinterp