aboutsummaryrefslogtreecommitdiffstats
path: root/alee.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'alee.cpp')
-rw-r--r--alee.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/alee.cpp b/alee.cpp
index 633b8d7..1be7337 100644
--- a/alee.cpp
+++ b/alee.cpp
@@ -157,6 +157,7 @@ void parseLine(Parser& parser, State& state, const std::string& line)
while (state.rsize())
state.popr();
state.dict.write(Dictionary::Compiling, 0);
+ state.ip = 0;
}
}