C sources regenerated for new len(openarray) header that catches more bugs; symbol files should work again

This commit is contained in:
Araq
2012-01-03 00:21:12 +01:00
parent d32a1e9ba2
commit bcbfa3aaa4
5 changed files with 18 additions and 13 deletions

View File

@@ -764,8 +764,8 @@ proc processMagicType(c: PContext, m: PSym) =
of mOpenArray: setMagicType(m, tyOpenArray, 0)
of mRange: setMagicType(m, tyRange, 0)
of mSet: setMagicType(m, tySet, 0)
of mSeq: setMagicType(m, tySequence, 0)
of mOrdinal: nil
of mSeq: setMagicType(m, tySequence, 0)
of mOrdinal: setMagicType(m, tyOrdinal, 0)
else: GlobalError(m.info, errTypeExpected)
proc newConstraint(c: PContext, k: TTypeKind): PType =