From 0c2829400b005cbfc6543affe3aa5a63616b7498 Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Tue, 28 Feb 2012 17:27:43 -0700 Subject: [PATCH] regcomp.c: Add comment --- regcomp.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/regcomp.c b/regcomp.c index 7675e43..7a3433a 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; -- 1.8.3.1