Correct the node numbers in comments.
Nicholas Clark [Tue, 16 Mar 2010 09:50:29 +0000 (09:50 +0000)]
Really, should we be maintaining these manually?

regcomp.sym

index d746fc9..a1f59a9 100644 (file)
@@ -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.