Update comment
authorKarl Williamson <public@khwilliamson.com>
Sun, 6 Feb 2011 02:36:47 +0000 (19:36 -0700)
committerKarl Williamson <public@khwilliamson.com>
Mon, 14 Feb 2011 15:41:35 +0000 (08:41 -0700)
regcomp.c

index 3990016..f377ce9 100644 (file)
--- a/regcomp.c
+++ b/regcomp.c
@@ -9043,10 +9043,8 @@ S_set_regclass_bit(pTHX_ RExC_state_t *pRExC_state, regnode* node, const U8 valu
 
 /*
    parse a class specification and produce either an ANYOF node that
-   matches the pattern or if the pattern matches a single char only and
-   that char is < 256 and we are case insensitive then we produce an 
-   EXACT node instead.
-*/
+   matches the pattern or perhaps will be optimized into an EXACTish node
+   instead. */
 
 STATIC regnode *
 S_regclass(pTHX_ RExC_state_t *pRExC_state, U32 depth)