summaryrefslogtreecommitdiff
path: root/regcomp.sym
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2010-03-16 09:50:29 +0000
committerNicholas Clark <nick@ccl4.org>2010-05-27 10:30:01 +0100
commit5014f7dab1e8d50a8f9ba9b88aa6446cfc8189ab (patch)
tree96232b565759a64d0e9b8c9293872dfc7b0c2e52 /regcomp.sym
parent20832bc55b5c8a1f61c1270e40b964ff1488847d (diff)
downloadperl-5014f7dab1e8d50a8f9ba9b88aa6446cfc8189ab.tar.gz
Correct the node numbers in comments.
Really, should we be maintaining these manually?
Diffstat (limited to 'regcomp.sym')
-rw-r--r--regcomp.sym8
1 files changed, 4 insertions, 4 deletions
diff --git a/regcomp.sym b/regcomp.sym
index d746fc9a62..a1f59a9e1e 100644
--- a/regcomp.sym
+++ b/regcomp.sym
@@ -128,19 +128,19 @@ GROUPP GROUPP, num 1 Whether the group matched.
LONGJMP LONGJMP,off 1 1 Jump far away.
BRANCHJ BRANCHJ,off 1 1 BRANCH with long offset.
-#*The heavy worker (57..58)
+#*The heavy worker (57)
EVAL EVAL, evl 1 Execute some Perl code.
-#*Modifiers (59..60)
+#*Modifiers (58..59)
MINMOD MINMOD, no Next operator is not greedy.
LOGICAL LOGICAL,no Next opcode should set the flag only.
-# This is not used yet (61)
+# This is not used yet (60)
RENUM BRANCHJ,off 1 1 Group with independently numbered parens.
-#*Trie Related (62..64)
+#*Trie Related (61..62)
# Behave the same as A|LIST|OF|WORDS would. The '..C' variants have
# inline charclass data (ascii only), the 'C' store it in the structure.