diff options
author | Tony Cook <tony@develop-help.com> | 2010-09-26 12:12:55 +1000 |
---|---|---|
committer | Tony Cook <tony@develop-help.com> | 2010-09-26 12:16:30 +1000 |
commit | 4dc941f7cb795735b9458431b362c0fed23ae92b (patch) | |
tree | 5e6788a9654bc2761ac4296c574bc3fd1288b65e /perlapi.h | |
parent | f1c82292ac9c0c840d93a9bed586b6ab5c6110f4 (diff) | |
download | perl-4dc941f7cb795735b9458431b362c0fed23ae92b.tar.gz |
make PL_charclass available to modules under Win32
Diffstat (limited to 'perlapi.h')
-rw-r--r-- | perlapi.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |