From 1f85b3b5d3f8a9cf84fc5c03604ac3a7ea901d8c Mon Sep 17 00:00:00 2001 From: Araq Date: Sat, 30 Aug 2014 16:37:27 +0200 Subject: VM supports math and a few os procs --- compiler/pretty.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compiler/pretty.nim') diff --git a/compiler/pretty.nim b/compiler/pretty.nim index 5f990a658..356399c1c 100644 --- a/compiler/pretty.nim +++ b/compiler/pretty.nim @@ -160,7 +160,7 @@ proc check(c: PGen, n: PNode) = check(c, a.sons[L-2]) check(c, a.sons[L-1]) of nkTypeSection, nkConstSection: - for i in countup(0, sonsLen(n) - 1): + for i in countup(0, sonsLen(n) - 1): let a = n.sons[i] if a.kind == nkCommentStmt: continue checkSonsLen(a, 3) -- cgit 1.4.1-2-gfad0