From b75d23b5e7c9fb8344b97fb38f070cd342679ecc Mon Sep 17 00:00:00 2001 From: Araq Date: Wed, 15 May 2013 10:19:51 +0200 Subject: [PATCH] c2nim compiles again --- compiler/c2nim/clex.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/c2nim/clex.nim b/compiler/c2nim/clex.nim index 3681fa8e15..5b648392f5 100644 --- a/compiler/c2nim/clex.nim +++ b/compiler/c2nim/clex.nim @@ -410,7 +410,7 @@ proc getString(L: var TLexer, tok: var TToken) = of LF: pos = nimlexbase.HandleLF(L, pos) buf = L.buf - of lexbase.EndOfFile: + of nimlexbase.EndOfFile: var line2 = L.linenumber L.LineNumber = line lexMessagePos(L, errClosingQuoteExpected, L.lineStart)