diff options
author | Karl Williamson <public@khwilliamson.com> | 2013-08-02 14:13:16 -0600 |
---|---|---|
committer | Karl Williamson <public@khwilliamson.com> | 2013-08-10 22:31:08 -0600 |
commit | 17d5c697cd93c4d7887abc2cc13e3d062e4e2472 (patch) | |
tree | f3cfa1c5d8c8f56850c5962f898d97897b978210 /regcomp.h | |
parent | 03f05cb48515d5cc33c90b97a28e7b8111da5d32 (diff) | |
download | perl-17d5c697cd93c4d7887abc2cc13e3d062e4e2472.tar.gz |
regcomp.h, sv.c, utf8.c: Comment nits
Remove obsolete comment, typos in others, plus reflow one block to fit
into 79 columns
Diffstat (limited to 'regcomp.h')
-rw-r--r-- | regcomp.h | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -465,9 +465,6 @@ struct regnode_charclass_class { #define ANYOF_CLASS_TEST_ANY_SET(p) \ ((ANYOF_FLAGS(p) & ANYOF_CLASS) \ && (((struct regnode_charclass_class*)(p))->classflags)) -/*#define ANYOF_CLASS_ADD_SKIP (ANYOF_CLASS_SKIP - ANYOF_SKIP) - * */ - /* * Utility definitions. |