From bafc94a49ab2a55066c9b9e8927ff049aa3dafa8 Mon Sep 17 00:00:00 2001 From: Araq Date: Tue, 20 Dec 2016 10:25:50 +0100 Subject: [PATCH] bugfix: aporia compiles again --- compiler/sighashes.nim | 1 + 1 file changed, 1 insertion(+) diff --git a/compiler/sighashes.nim b/compiler/sighashes.nim index ffe614efc8..e7737e44ae 100644 --- a/compiler/sighashes.nim +++ b/compiler/sighashes.nim @@ -224,6 +224,7 @@ proc hashType(c: var MD5Context, t: PType; flags: set[ConsiderFlag]) = if CoType notin flags: if tfNoSideEffect in t.flags: c &= ".noSideEffect" if tfThread in t.flags: c &= ".thread" + if tfVarargs in t.flags: c &= ".varargs" else: for i in 0..