mirror of
https://github.com/nim-lang/Nim.git
synced 2026-07-20 16:01:29 +00:00
fixes #93
This commit is contained in:
@@ -94,7 +94,6 @@ proc OpenParser(p: var TParser, filename: string,
|
||||
new(p.tok)
|
||||
|
||||
proc parMessage(p: TParser, msg: TMsgKind, arg = "") =
|
||||
assert false
|
||||
lexMessage(p.lex, msg, arg)
|
||||
|
||||
proc CloseParser(p: var TParser) = CloseLexer(p.lex)
|
||||
|
||||
Reference in New Issue
Block a user