summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Williamson <public@khwilliamson.com>2012-02-28 17:27:43 -0700
committerKarl Williamson <public@khwilliamson.com>2012-02-28 17:41:15 -0700
commit0c2829400b005cbfc6543affe3aa5a63616b7498 (patch)
treeeabe4618c45142220789e3df8be6bd33d02aa8c2
parent00b27cfcf04d3cbe5327f810377c46c2007c10d5 (diff)
downloadperl-0c2829400b005cbfc6543affe3aa5a63616b7498.tar.gz
regcomp.c: Add comment
-rw-r--r--regcomp.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/regcomp.c b/regcomp.c
index 7675e43a83..7a3433a072 100644
--- a/regcomp.c
+++ b/regcomp.c
@@ -10853,6 +10853,8 @@ parseit:
PL_PosixCntrl, PL_XPosixCntrl);
break;
case ANYOF_DIGIT:
+ /* Ignore the compiler warning for this macro, planned to
+ * be eliminated later */
DO_POSIX_LATIN1_ONLY_KNOWN(ret, namedclass, properties,
PL_PosixDigit, PL_PosixDigit, "XPosixDigit", listsv);
break;