From 4dc941f7cb795735b9458431b362c0fed23ae92b Mon Sep 17 00:00:00 2001 From: Tony Cook Date: Sun, 26 Sep 2010 12:12:55 +1000 Subject: make PL_charclass available to modules under Win32 --- perlvars.h | 1 + 1 file changed, 1 insertion(+) (limited to 'perlvars.h') 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 -- cgit v1.2.1