summaryrefslogtreecommitdiff
path: root/regcomp.h
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2016-07-05 19:41:30 -0600
committerKarl Williamson <khw@cpan.org>2016-07-16 17:42:39 -0600
commit1744d18db101f04d58371a79e41ad24f71ab5d09 (patch)
treedeac4c83de6707c052fd291a1752d4c1248543d8 /regcomp.h
parent58f79e73de521cbcbc1519c6043ee33bbac4082b (diff)
downloadperl-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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/regcomp.h b/regcomp.h
index 79c28533b7..ec0c9f80e8 100644
--- a/regcomp.h
+++ b/regcomp.h
@@ -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 */