]> granicus.if.org Git - re2c/commitdiff
- Add TODO marker
authorhelly <helly@642ea486-5414-0410-9d7f-a0204ed87703>
Sun, 22 Apr 2007 10:47:28 +0000 (10:47 +0000)
committerhelly <helly@642ea486-5414-0410-9d7f-a0204ed87703>
Sun, 22 Apr 2007 10:47:28 +0000 (10:47 +0000)
re2c/code.cc

index 45b854329901b0d715e34e4857491479a9b82f50..8268b5dc5a76a1649e5d25d40e7a908ae6fc18cf 100644 (file)
@@ -1599,6 +1599,7 @@ void DFA::emit(std::ostream &o, uint& ind, const RegExpMap* specMap, const std::
                o << condPrefix << condName << ":\n";
        }
 
+       // TODO: Shouldn't labels 0 and 1 be variable?
        if (vUsedLabels.count(1))
        {
                vUsedLabels.insert(0);