summaryrefslogtreecommitdiff
path: root/regcomp.h
diff options
context:
space:
mode:
authorKarl Williamson <public@khwilliamson.com>2014-01-27 22:42:25 -0700
committerKarl Williamson <public@khwilliamson.com>2014-01-27 23:03:48 -0700
commitfb29cc72fe9ef39100123477fffae4fad34866b7 (patch)
treefb4a6d989142efcf4e4bc5edf68abe190c5bba3b /regcomp.h
parentbaa60164aa329dbdc2e418a7743d51a081db237e (diff)
downloadperl-fb29cc72fe9ef39100123477fffae4fad34866b7.tar.gz
regcomp.c: Change a variable and flag bit names
The meaning of these was expanded two commits ago, so update the name to reflect this, to prevent future confusion
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 ac13597622..da762ccddb 100644
--- a/regcomp.h
+++ b/regcomp.h
@@ -566,7 +566,7 @@ struct regnode_ssc {
#define REG_SEEN_VERBARG 0x00000080
#define REG_SEEN_CUTGROUP 0x00000100
#define REG_SEEN_RUN_ON_COMMENT 0x00000200
-#define REG_SEEN_EXACTF_SHARP_S 0x00000400
+#define REG_SEEN_UNFOLDED_MULTI 0x00000400
#define REG_SEEN_GOSTART 0x00000800
START_EXTERN_C