summaryrefslogtreecommitdiff
path: root/regcomp.h
diff options
context:
space:
mode:
authorKarl Williamson <public@khwilliamson.com>2013-08-02 14:13:16 -0600
committerKarl Williamson <public@khwilliamson.com>2013-08-10 22:31:08 -0600
commit17d5c697cd93c4d7887abc2cc13e3d062e4e2472 (patch)
treef3cfa1c5d8c8f56850c5962f898d97897b978210 /regcomp.h
parent03f05cb48515d5cc33c90b97a28e7b8111da5d32 (diff)
downloadperl-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.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/regcomp.h b/regcomp.h
index 8b1b6955bc..779ddfc5cf 100644
--- a/regcomp.h
+++ b/regcomp.h
@@ -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.