projects
/
re2c
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ad6a943
)
-m WS
author
helly
<helly@642ea486-5414-0410-9d7f-a0204ed87703>
Tue, 22 Jan 2008 16:03:16 +0000
(16:03 +0000)
committer
helly
<helly@642ea486-5414-0410-9d7f-a0204ed87703>
Tue, 22 Jan 2008 16:03:16 +0000
(16:03 +0000)
re2c/code.cc
patch
|
blob
|
history
diff --git
a/re2c/code.cc
b/re2c/code.cc
index 40d50056fbb9ee48f545e26923e7d4d717130a5b..b3177ab9c08f2ec1638d314d3eb5db14333099bf 100644
(file)
--- a/
re2c/code.cc
+++ b/
re2c/code.cc
@@
-1681,7
+1681,7
@@
void DFA::emit(std::ostream &o, uint& ind, const RegExpMap* specMap, const std::
}
if (bUsedYYAccept)
{
- o << indent(ind) << "unsigned int "<< mapCodeName["yyaccept"] << " = 0;\n";
+ o << indent(ind) << "unsigned int "
<< mapCodeName["yyaccept"] << " = 0;\n";
}
}
else