diff options
author | Yves Orton <demerphq@gmail.com> | 2007-01-31 00:58:31 +0100 |
---|---|---|
committer | H.Merijn Brand <h.m.brand@xs4all.nl> | 2007-01-31 10:29:59 +0000 |
commit | bcdf74043c1fd4b60b7764f5cd7d87525cf77e74 (patch) | |
tree | 0a3acc4337796c1ed8e000810e9ecaa82ec42e5a /regcomp.h | |
parent | 57b84237ab396aa1e1efe3b629c2b636d4869d93 (diff) | |
download | perl-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.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |