From f2989ef661bdb73eabee174ba5c956e2aba5540c Mon Sep 17 00:00:00 2001 From: Patrick Simianer Date: Mon, 23 Mar 2015 11:03:11 +0100 Subject: misc changes --- src/parse.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/parse.hh') diff --git a/src/parse.hh b/src/parse.hh index 6e7883a..2920541 100644 --- a/src/parse.hh +++ b/src/parse.hh @@ -206,7 +206,7 @@ parse(vector const& in, size_t n, Chart& active, Chart& passive, G::Gr ChartItem* item = active.at(span).back(); active.at(span).pop_back(); while (item->rule->rhs[item->dot]->type() == G::NON_TERMINAL) { - symbol_t cur_sym = item->rule->rhs[item->dot]->symbol(); + symbol_t cur_sym = item->rule->rhs[item->dot]->symbol(); } } -- cgit v1.2.3