summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2015-03-09 11:58:34 -0600
committerKarl Williamson <khw@cpan.org>2015-03-09 12:05:15 -0600
commit736b9b481f80d4b0194e502be5099ef43769c403 (patch)
treecd12ab7010515bf0959a0ab716ee10e26f34206c
parente6cc39caa0e031d6a42625049e59c6e5ecba7e51 (diff)
downloadperl-736b9b481f80d4b0194e502be5099ef43769c403.tar.gz
op_reg_common.h: Add comment
-rw-r--r--op_reg_common.h1
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