diff options
author | Araq <rumpf_a@web.de> | 2018-11-19 17:16:42 +0100 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2018-11-19 17:16:52 +0100 |
commit | 6acffcd28f3217cc2b146154358f6a5550423ed1 (patch) | |
tree | 1a18e786f9f765da8f22c8ea33c5da48fe44b792 /compiler/rod.nim | |
parent | 1e08fff2d525e4c2db68a92819fb910739252764 (diff) | |
download | Nim-6acffcd28f3217cc2b146154358f6a5550423ed1.tar.gz |
incremental compilation: simple recompilation works
Diffstat (limited to 'compiler/rod.nim')
-rw-r--r-- | compiler/rod.nim | 2 |
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 |