Use run_dead_script wherever possible and make kill_* operations only do stuff once
[supertux.git] / src / lisp / lexer.hpp
index 5c5f2d5..f85c86e 100644 (file)
@@ -53,6 +53,7 @@ private:
   };
 
   inline void nextChar();
+  inline void addChar();
 
   std::istream& stream;
   bool eof;