summaryrefslogtreecommitdiff
path: root/perlvars.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 /perlvars.h
parentf1c82292ac9c0c840d93a9bed586b6ab5c6110f4 (diff)
downloadperl-4dc941f7cb795735b9458431b362c0fed23ae92b.tar.gz
make PL_charclass available to modules under Win32
Diffstat (limited to 'perlvars.h')
-rw-r--r--perlvars.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/perlvars.h b/perlvars.h
index 2619ac7599..8fb8484c33 100644
--- a/perlvars.h
+++ b/perlvars.h
@@ -120,6 +120,7 @@ PERLVAR(Gwatch_pvx, char*)
PERLVAR(Gppaddr, Perl_ppaddr_t*) /* or opcode.h */
PERLVAR(Gcheck, Perl_check_t *) /* or opcode.h */
PERLVARA(Gfold_locale, 256, unsigned char) /* or perl.h */
+PERLVARA(Gcharclass, 256, U32)
#endif
#ifdef PERL_NEED_APPCTX