diff options
author | Karl Williamson <public@khwilliamson.com> | 2014-02-17 15:40:50 -0700 |
---|---|---|
committer | Karl Williamson <public@khwilliamson.com> | 2014-02-19 08:32:59 -0700 |
commit | 4afbae25415a29a2ea66f300c95436267450769c (patch) | |
tree | b3a23fa704f2f2afb7017d9009a51c143e32b8b0 /regcomp.h | |
parent | 8f536e2654aafeb647c6efca69b52812fd158c2c (diff) | |
download | perl-4afbae25415a29a2ea66f300c95436267450769c.tar.gz |
regcomp.h: Remove extraneous comment
This is obsolete and is a partial copy of the up-to-date comment below
it.
Diffstat (limited to 'regcomp.h')
-rw-r--r-- | regcomp.h | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -357,13 +357,6 @@ struct regnode_ssc { * it, but a non-UTF8-encoded string will be tried only if the * ANYOF_NONBITMAP_NON_UTF8 bit is also set. */ #define ANYOF_NONBITMAP(node) (ARG(node) != ANYOF_NONBITMAP_EMPTY) - -/* Flags for node->flags of ANYOF. These are in short supply, with one - * currently available. If more are needed, the ABOVE_LATIN1_ALL bit could be - * freed up by resorting to creating a swash containing everything above 255. - * This introduces a performance penalty. - * shared should new flags be needed for SSCs, like ANYOF_EMPTY_STRING now. */ - /* Flags for node->flags of ANYOF. These are in short supply, with one * currently available. The ABOVE_LATIN1_ALL bit could be freed up * by resorting to creating a swash containing everything above 255. This |