summaryrefslogtreecommitdiff
path: root/perlapi.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 /perlapi.h
parentf1c82292ac9c0c840d93a9bed586b6ab5c6110f4 (diff)
downloadperl-4dc941f7cb795735b9458431b362c0fed23ae92b.tar.gz
make PL_charclass available to modules under Win32
Diffstat (limited to 'perlapi.h')
-rw-r--r--perlapi.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/perlapi.h b/perlapi.h
index 454e8d12bd..8e2c1f0be4 100644
--- a/perlapi.h
+++ b/perlapi.h
@@ -111,6 +111,8 @@ END_EXTERN_C
#define PL_Yes (*Perl_GYes_ptr(NULL))
#undef PL_appctx
#define PL_appctx (*Perl_Gappctx_ptr(NULL))
+#undef PL_charclass
+#define PL_charclass (*Perl_Gcharclass_ptr(NULL))
#undef PL_check
#define PL_check (*Perl_Gcheck_ptr(NULL))
#undef PL_csighandlerp