summary refs log tree commit diff stats
path: root/compiler/rod.nim
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2018-11-19 17:16:42 +0100
committerAraq <rumpf_a@web.de>2018-11-19 17:16:52 +0100
commit6acffcd28f3217cc2b146154358f6a5550423ed1 (patch)
tree1a18e786f9f765da8f22c8ea33c5da48fe44b792 /compiler/rod.nim
parent1e08fff2d525e4c2db68a92819fb910739252764 (diff)
downloadNim-6acffcd28f3217cc2b146154358f6a5550423ed1.tar.gz
incremental compilation: simple recompilation works
Diffstat (limited to 'compiler/rod.nim')
-rw-r--r--compiler/rod.nim2
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler/rod.nim b/compiler/rod.nim
index f6fc24ec0..92489ffdd 100644
--- a/compiler/rod.nim
+++ b/compiler/rod.nim
@@ -22,6 +22,8 @@ when not nimIncremental:
 
   template storeRemaining*(g: ModuleGraph; module: PSym) = discard
 
+  template registerModule*(g: ModuleGraph; module: PSym) = discard
+
 else:
   include rodimpl