diff options
Diffstat (limited to 'alee.cpp')
-rw-r--r-- | alee.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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; } } |