diff options
author | Zahary Karadjov <zahary@gmail.com> | 2013-05-12 02:19:17 +0300 |
---|---|---|
committer | Zahary Karadjov <zahary@gmail.com> | 2013-05-12 02:19:17 +0300 |
commit | f317807a895e020b9398c2d7f0b6253dc3abbea9 (patch) | |
tree | 13263aac431ae1dac4f3897a9bd5eac2cbe5222c /compiler/pragmas.nim | |
parent | af081f995e41f052c63ad5468fbf00bb860de474 (diff) | |
download | Nim-f317807a895e020b9398c2d7f0b6253dc3abbea9.tar.gz |
final fixes giving us a working compiler
Diffstat (limited to 'compiler/pragmas.nim')
-rw-r--r-- | compiler/pragmas.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/pragmas.nim b/compiler/pragmas.nim index e623acd06..937d9c9eb 100644 --- a/compiler/pragmas.nim +++ b/compiler/pragmas.nim @@ -12,7 +12,7 @@ import os, platform, condsyms, ast, astalgo, idents, semdata, msgs, renderer, wordrecg, ropes, options, strutils, lists, extccomp, math, magicsys, trees, - rodread, types + rodread, types, lookups const FirstCallConv* = wNimcall |