diff options
author | Araq <rumpf_a@web.de> | 2015-08-07 22:32:06 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2015-08-07 22:32:06 +0200 |
commit | 87815cbdf76a7aa7c414d0fb82b46778fa1d8b92 (patch) | |
tree | 5b8bdcd1ce50c858739b769a9825776bc6208116 /compiler | |
parent | c733b3181ea21144fe485a5af3c78543a45d0564 (diff) | |
download | Nim-87815cbdf76a7aa7c414d0fb82b46778fa1d8b92.tar.gz |
attempt to fix bootstrapping; refs #3139
Diffstat (limited to 'compiler')
-rw-r--r-- | compiler/condsyms.nim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/condsyms.nim b/compiler/condsyms.nim index aecbde66e..297b865b2 100644 --- a/compiler/condsyms.nim +++ b/compiler/condsyms.nim @@ -90,3 +90,4 @@ proc initDefines*() = defineSymbol("nimnode") defineSymbol("nimnomagic64") defineSymbol("nimvarargstyped") + defineSymbol("nimtypedescfixed") |