From acf6704793b7522fa171752fe2c38ef25ab7c2c1 Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Thu, 27 Dec 2012 13:24:06 -0700 Subject: [PATCH] regcomp.c, regcomp.h: White-space, comment only No code changes --- regcomp.c | 2 +- regcomp.h | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/regcomp.c b/regcomp.c index 4a7067b..44fddcc 100644 --- a/regcomp.c +++ b/regcomp.c @@ -4138,7 +4138,7 @@ S_study_chunk(pTHX_ RExC_state_t *pRExC_state, regnode **scanp, goto do_default; if (flags & SCF_DO_STCLASS_OR) { /* Everything but \n */ value = (ANYOF_BITMAP_TEST(data->start_class,'\n') - || ANYOF_CLASS_TEST_ANY_SET(data->start_class)); + || ANYOF_CLASS_TEST_ANY_SET(data->start_class)); cl_anything(pRExC_state, data->start_class); } if (flags & SCF_DO_STCLASS_AND || !value) diff --git a/regcomp.h b/regcomp.h index 94eeb9a..d7b7665 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. */ -- 2.7.4