summaryrefslogtreecommitdiff
path: root/regcomp.h
diff options
context:
space:
mode:
authorYves Orton <demerphq@gmail.com>2007-01-31 00:58:31 +0100
committerH.Merijn Brand <h.m.brand@xs4all.nl>2007-01-31 10:29:59 +0000
commitbcdf74043c1fd4b60b7764f5cd7d87525cf77e74 (patch)
tree0a3acc4337796c1ed8e000810e9ecaa82ec42e5a /regcomp.h
parent57b84237ab396aa1e1efe3b629c2b636d4869d93 (diff)
downloadperl-bcdf74043c1fd4b60b7764f5cd7d87525cf77e74.tar.gz
Improve regex stringification code
Message-ID: <9b18b3110701301458k2f6a8254hea6c6db28489c38b@mail.gmail.com> p4raw-id: //depot/perl@30084
Diffstat (limited to 'regcomp.h')
-rw-r--r--regcomp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/regcomp.h b/regcomp.h
index 51b14b7708..3d08ac8559 100644
--- a/regcomp.h
+++ b/regcomp.h
@@ -414,6 +414,7 @@ struct regnode_charclass_class { /* has [[:blah:]] classes */
#define REG_TOP_LEVEL_BRANCHES 0x00000040
#define REG_SEEN_VERBARG 0x00000080
#define REG_SEEN_CUTGROUP 0x00000100
+#define REG_SEEN_RUN_ON_COMMENT 0x00000200
START_EXTERN_C