summary refs log tree commit diff stats
path: root/compiler/semdata.nim
diff options
context:
space:
mode:
authorZahary Karadjov <zahary@gmail.com>2012-03-19 12:06:38 +0200
committerZahary Karadjov <zahary@gmail.com>2012-03-19 12:06:38 +0200
commite43f8d842bd91d92caecd24c190881d1dddeaf38 (patch)
treebb8238e5881181cf784625847d5359e805da59a9 /compiler/semdata.nim
parente3b25e93ac95d192e42dfc56bf699f08d88ec99a (diff)
parent7d09aee438b335122adf6cc1de875e81ea736c96 (diff)
downloadNim-e43f8d842bd91d92caecd24c190881d1dddeaf38.tar.gz
merged branch overloading-for-macros
Diffstat (limited to 'compiler/semdata.nim')
-rwxr-xr-xcompiler/semdata.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/semdata.nim b/compiler/semdata.nim
index f47139e18..49ab20290 100755
--- a/compiler/semdata.nim
+++ b/compiler/semdata.nim
@@ -73,7 +73,7 @@ type
     userPragmas*: TStrTable
     evalContext*: PEvalContext
     slurpedFiles*: seq[string]
-  
+
 var
   gGenericsCache: PGenericsCache # save for modularity