diff options
author | Yves Orton <demerphq@gmail.com> | 2006-10-12 02:46:50 +0200 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2006-10-12 08:43:20 +0000 |
commit | 0a4db386e1881073eaec2c3026e38146ff1d6b18 (patch) | |
tree | 22dc82474a42a26c55deb83dfafc99ada28994c9 /regcomp.sym | |
parent | 6980eebd7cd40424ba72081bd69d31d2b7576f4f (diff) | |
download | perl-0a4db386e1881073eaec2c3026e38146ff1d6b18.tar.gz |
Add Regex conditionals. Various bugfixes. More tests.
Message-ID: <9b18b3110610111546j74ca490dg21bd9fd1e7e10d42@mail.gmail.com>
p4raw-id: //depot/perl@28998
Diffstat (limited to 'regcomp.sym')
-rw-r--r-- | regcomp.sym | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/regcomp.sym b/regcomp.sym index 21904e1865..561b25d101 100644 --- a/regcomp.sym +++ b/regcomp.sym @@ -164,6 +164,11 @@ NREFF NREF, no-sv 1 Match already matched string, folded NREFFL NREF, no-sv 1 Match already matched string, folded in loc. +#*Special conditionals +NGROUPP NGROUPP, no-sv 1 Whether the group matched. +RECURSEP RECURSEP, num 1 Whether we are in a specific recurse. +DEFINEP DEFINEP, none 1 Never execute directly. + # NEW STUFF ABOVE THIS LINE -- Please update counts below. ################################################################################ |