summaryrefslogtreecommitdiff
path: root/op_reg_common.h
diff options
context:
space:
mode:
authorDavid Mitchell <davem@iabyn.com>2015-06-19 14:52:17 +0100
committerDavid Mitchell <davem@iabyn.com>2015-06-19 15:57:14 +0100
commitac892e4a230de5bdb9243ef5c82b0fb5be7f8975 (patch)
treec7372b2e9aeab97a861ef1d8f3a205997ec34f8e /op_reg_common.h
parentd48cfc773d16936b4dfcfc305fcae6cc56950fce (diff)
downloadperl-ac892e4a230de5bdb9243ef5c82b0fb5be7f8975.tar.gz
silence some gcc -pendantic warnings
Diffstat (limited to 'op_reg_common.h')
-rw-r--r--op_reg_common.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/op_reg_common.h b/op_reg_common.h
index 6b5841eb20..c500aa4180 100644
--- a/op_reg_common.h
+++ b/op_reg_common.h
@@ -104,8 +104,10 @@ get_regex_charset(const U32 flags)
#define RXf_PMf_COMPILETIME (RXf_PMf_MULTILINE|RXf_PMf_SINGLELINE|RXf_PMf_FOLD|RXf_PMf_EXTENDED|RXf_PMf_EXTENDED_MORE|RXf_PMf_KEEPCOPY|RXf_PMf_NOCAPTURE|RXf_PMf_CHARSET|RXf_PMf_STRICT)
#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
+/* Temporary to get Jenkins happy again
+ * See thread starting at http://nntp.perl.org/group/perl.perl5.porters/220710
+ */
+#if 0
/* Exclude win32 because it can't cope with I32_MAX definition */
#ifndef WIN32
# if RXf_PMf_COMPILETIME > I32_MAX