diff options
author | Karl Williamson <khw@cpan.org> | 2014-08-28 18:50:22 -0600 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2014-09-03 12:43:15 -0600 |
commit | 6f16c8da34619f286a6f24a2d6286f398d3b4503 (patch) | |
tree | 267c3f1e7273b660a7734465088c808b1bbe4360 /regcomp.h | |
parent | 70422107c447d915bfc6189d56be459dadadf660 (diff) | |
download | perl-6f16c8da34619f286a6f24a2d6286f398d3b4503.tar.gz |
regcomp.h: Fix comment that said the opposite of the truth
Too many negations led to this.
Diffstat (limited to 'regcomp.h')
-rw-r--r-- | regcomp.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -347,7 +347,7 @@ struct regnode_ssc { #define PASS1 SIZE_ONLY #define PASS2 (! SIZE_ONLY) -/* If the bitmap doesn't fully represent what this ANYOF node can match, the +/* If the bitmap fully represents what this ANYOF node can match, the * ARG is set to this special value (since 0, 1, ... are legal, but will never * reach this high). */ #define ANYOF_NONBITMAP_EMPTY ((U32) -1) |