]> granicus.if.org Git - re2c/commitdiff
- Add a little comment
authorhelly <helly@642ea486-5414-0410-9d7f-a0204ed87703>
Tue, 3 Jan 2006 11:55:51 +0000 (11:55 +0000)
committerhelly <helly@642ea486-5414-0410-9d7f-a0204ed87703>
Tue, 3 Jan 2006 11:55:51 +0000 (11:55 +0000)
actions.cc

index be554245319849617758f38b2691871d80a0923e..73250d17cdaff985ff93b25c9d4a1f6455f0d80d 100644 (file)
@@ -966,7 +966,7 @@ CharSet::CharSet()
        for (uint j = 0; j < nRealChars; ++j)
        {
                rep[j] = &ptn[0];
-               ptn[j].nxt = &ptn[j + 1];
+               ptn[j].nxt = &ptn[j + 1]; /* wrong for j=nRealChars but will be corrected below */
        }
 
        freeHead = &ptn[1];