diff options
author | Karl Williamson <khw@cpan.org> | 2015-03-09 11:58:34 -0600 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2015-03-09 12:05:15 -0600 |
commit | 736b9b481f80d4b0194e502be5099ef43769c403 (patch) | |
tree | cd12ab7010515bf0959a0ab716ee10e26f34206c /op_reg_common.h | |
parent | e6cc39caa0e031d6a42625049e59c6e5ecba7e51 (diff) | |
download | perl-736b9b481f80d4b0194e502be5099ef43769c403.tar.gz |
op_reg_common.h: Add comment
Diffstat (limited to 'op_reg_common.h')
-rw-r--r-- | op_reg_common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/op_reg_common.h b/op_reg_common.h index 99f9f9d787..6b5841eb20 100644 --- a/op_reg_common.h +++ b/op_reg_common.h @@ -105,6 +105,7 @@ get_regex_charset(const U32 flags) #define RXf_PMf_FLAGCOPYMASK (RXf_PMf_COMPILETIME|RXf_PMf_SPLIT) #if 0 /* Temporary to get Jenkins happy again */ +See thread starting at http://nntp.perl.org/group/perl.perl5.porters/220710 /* Exclude win32 because it can't cope with I32_MAX definition */ #ifndef WIN32 # if RXf_PMf_COMPILETIME > I32_MAX |