summaryrefslogtreecommitdiff
path: root/regcomp.sym
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2018-12-30 10:18:43 -0700
committerKarl Williamson <khw@cpan.org>2018-12-30 11:01:00 -0700
commit80101a2ccb78ca0743d8612a71a38c9fcf03a341 (patch)
tree962344c5980089d35031788152779c1792ce195b /regcomp.sym
parent435b3a334a8395d68b51289a1c83ca1d4ea8a1f7 (diff)
downloadperl-80101a2ccb78ca0743d8612a71a38c9fcf03a341.tar.gz
regcomp.sym: Note specialized use of 'flags' in 2 OPs
Diffstat (limited to 'regcomp.sym')
-rw-r--r--regcomp.sym4
1 files changed, 2 insertions, 2 deletions
diff --git a/regcomp.sym b/regcomp.sym
index d48d57e286..09a21e9cc0 100644
--- a/regcomp.sym
+++ b/regcomp.sym
@@ -177,8 +177,8 @@ LONGJMP LONGJMP, off 1 . 1 ; Jump far away.
BRANCHJ BRANCHJ, off 1 V 1 ; BRANCH with long offset.
#*Special Case Regops
-IFMATCH BRANCHJ, off 1 . 1 ; Succeeds if the following matches.
-UNLESSM BRANCHJ, off 1 . 1 ; Fails if the following matches.
+IFMATCH BRANCHJ, off 1 . 1 ; Succeeds if the following matches; non-zero flags "f" means lookbehind assertion starting "f" characters before current
+UNLESSM BRANCHJ, off 1 . 1 ; Fails if the following matches; non-zero flags "f" means lookbehind assertion starting "f" characters before current
SUSPEND BRANCHJ, off 1 V 1 ; "Independent" sub-RE.
IFTHEN BRANCHJ, off 1 V 1 ; Switch, should be preceded by switcher.
GROUPP GROUPP, num 1 ; Whether the group matched.