make boostrapping work

This commit is contained in:
Araq
2017-12-15 16:46:27 +01:00
parent d68be11fea
commit 0d744cccc2

View File

@@ -1620,6 +1620,7 @@ proc processMagicType(c: PContext, m: PSym) =
rawAddSon(m.typ, newTypeS(tyNone, c))
of mPNimrodNode:
incl m.typ.flags, tfTriggersCompileTime
of mException: discard
else: localError(m.info, errTypeExpected)
proc semGenericConstraints(c: PContext, x: PType): PType =