summaryrefslogtreecommitdiff
path: root/regcomp.h
diff options
context:
space:
mode:
authorKarl Williamson <public@khwilliamson.com>2012-12-27 13:24:06 -0700
committerKarl Williamson <public@khwilliamson.com>2012-12-28 10:38:56 -0700
commitacf6704793b7522fa171752fe2c38ef25ab7c2c1 (patch)
tree3cae9acc7e1410e2850d0f074b02f143432a4bea /regcomp.h
parent9ffd0d410cf14367a8148fae2818e8e637e9ece4 (diff)
downloadperl-acf6704793b7522fa171752fe2c38ef25ab7c2c1.tar.gz
regcomp.c, regcomp.h: White-space, comment only
No code changes
Diffstat (limited to 'regcomp.h')
-rw-r--r--regcomp.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/regcomp.h b/regcomp.h
index 94eeb9a2a7..d7b7665e1b 100644
--- a/regcomp.h
+++ b/regcomp.h
@@ -320,7 +320,7 @@ struct regnode_charclass_class {
* the synthetic start class only, with some work, they could be put in the
* next-node field, or in an unused bit of the classflags field. This could be
* done with the current EOS flag, and a new node type created that is just for
- * the scc, freeing up that bit */
+ * the ssc, freeing up that bit */
#define ANYOF_LOCALE 0x01 /* /l modifier */
@@ -328,7 +328,7 @@ struct regnode_charclass_class {
* time. However under locale, the actual folding varies depending on
* what the locale is at the time of execution, so it has to be deferred until
* then */
-#define ANYOF_LOC_FOLD 0x02
+#define ANYOF_LOC_FOLD 0x02
#define ANYOF_INVERT 0x04
@@ -338,7 +338,7 @@ struct regnode_charclass_class {
* at compile-time. Could be shared with ANYOF_LOCALE, forcing all locale
* nodes to be large */
#define ANYOF_CLASS 0x08
-#define ANYOF_LARGE ANYOF_CLASS /* Same; name retained for back compat */
+#define ANYOF_LARGE ANYOF_CLASS /* Same; name retained for back compat */
/* EOS, meaning that it can match an empty string too, is used for the
* synthetic start class only. */