summaryrefslogtreecommitdiff
path: root/src/parser.cpp
diff options
context:
space:
mode:
authorMike Buland <eichlan@xagasoft.com>2015-01-29 08:56:43 -0700
committerMike Buland <eichlan@xagasoft.com>2015-01-29 08:56:43 -0700
commit14419813582bc89334d2e9d5bdd74b5852bfc9f9 (patch)
tree9b6dff56e27d485652dfd019391aef4845ff01c1 /src/parser.cpp
parent42e77eb7ba24d2b7ebd47fadbc9240dc4520a5d6 (diff)
parentf03026f5c2cde1eecfda273eaa52df10287f0f9e (diff)
downloadclic-14419813582bc89334d2e9d5bdd74b5852bfc9f9.tar.gz
clic-14419813582bc89334d2e9d5bdd74b5852bfc9f9.tar.bz2
clic-14419813582bc89334d2e9d5bdd74b5852bfc9f9.tar.xz
clic-14419813582bc89334d2e9d5bdd74b5852bfc9f9.zip
Merge branch 'master' of /home/eichlan/git/clic
Diffstat (limited to 'src/parser.cpp')
-rw-r--r--src/parser.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/parser.cpp b/src/parser.cpp
index bd49c38..153b6fe 100644
--- a/src/parser.cpp
+++ b/src/parser.cpp
@@ -270,6 +270,7 @@ void Parser::unwind()
270 { 270 {
271 271
272 tsNonTerminal.pop(); 272 tsNonTerminal.pop();
273 unwind();
273 } 274 }
274 else 275 else
275 { 276 {