diff options
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 bb9beff54..bc2f3931e 100644 --- a/compiler/rod.nim +++ b/compiler/rod.nim @@ -20,6 +20,8 @@ when not defined(nimSymbolfiles): template addModuleDep*(module, fileIdx: int32; isIncludeFile: bool) = discard + template storeRemaining*(module: PSym) = discard + else: include rodimpl |