summaryrefslogtreecommitdiffstats
path: root/src/output.hpp
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2015-04-10 23:22:12 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2015-04-10 23:22:12 +0200
commitc7038d65b98ff517726d8cdd7e3393275a20634f (patch)
tree14ec24890f38d064c0fc47826a700319911b203f /src/output.hpp
parentc2728e4c835c6ae7db4d23ef60e5df3b9be3061a (diff)
downloadsolar-c7038d65b98ff517726d8cdd7e3393275a20634f.tar
solar-c7038d65b98ff517726d8cdd7e3393275a20634f.zip
output: also collapse goto case branches
Diffstat (limited to 'src/output.hpp')
-rw-r--r--src/output.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/output.hpp b/src/output.hpp
index 6704ed4..66baf41 100644
--- a/src/output.hpp
+++ b/src/output.hpp
@@ -65,6 +65,7 @@ protected:
void emit_reduction(unsigned rule_id);
void emit_reductions();
+ void emit_gotos(const std::string &lhs);
void emit_states();
void emit_header_include();
void emit_source();