diff options
author | Karl Williamson <khw@cpan.org> | 2016-07-05 19:41:30 -0600 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2016-07-16 17:42:39 -0600 |
commit | 1744d18db101f04d58371a79e41ad24f71ab5d09 (patch) | |
tree | deac4c83de6707c052fd291a1752d4c1248543d8 /regcomp.h | |
parent | 58f79e73de521cbcbc1519c6043ee33bbac4082b (diff) | |
download | perl-1744d18db101f04d58371a79e41ad24f71ab5d09.tar.gz |
regcomp.[ch]: Comments, White-space, only
This indents code and reflows the comments to account for the enclosing
block added by the previous commit.
At the same time, it adds some other miscellaneous white space changes,
and adds, revises other comments.
Diffstat (limited to 'regcomp.h')
-rw-r--r-- | regcomp.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -522,7 +522,7 @@ struct regnode_ssc { |ANYOFL_SHARED_UTF8_LOCALE_fold_HAS_MATCHES_nonfold_REQD)) \ == ANYOFL_SHARED_UTF8_LOCALE_fold_HAS_MATCHES_nonfold_REQD) -/* Spare: 0x10 */ +/* Spare: Be sure to change ANYOF_FLAGS_ALL if this gets used 0x10 */ /* If set, the node matches every code point NUM_ANYOF_CODE_POINTS and above. * Can be in an SSC */ |