From: helly Date: Sun, 22 Apr 2007 10:47:28 +0000 (+0000) Subject: - Add TODO marker X-Git-Tag: 0.13.6~189 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d60191d8a3daf42ba148ac702579b90cbd6bfc45;p=re2c - Add TODO marker --- diff --git a/re2c/code.cc b/re2c/code.cc index 45b85432..8268b5dc 100644 --- a/re2c/code.cc +++ b/re2c/code.cc @@ -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);