src/lexer.h

changeset 86
43fe4be38a58
parent 85
264a61e9eba0
--- a/src/lexer.h	Sun Jan 19 20:39:30 2014 +0200
+++ b/src/lexer.h	Sun Jan 26 23:18:48 2014 +0200
@@ -91,7 +91,7 @@
 		return describe_token_private (tok->type, tok);
 	}
 
-	static lexer* get_main_lexer();
+	static lexer* get_current_lexer();
 
 	inline void skip (int a = 1)
 	{

mercurial