diff options
Diffstat (limited to 'compiler/cgendata.nim')
-rw-r--r-- | compiler/cgendata.nim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/cgendata.nim b/compiler/cgendata.nim index 230ab7b48..8063315c8 100644 --- a/compiler/cgendata.nim +++ b/compiler/cgendata.nim @@ -130,6 +130,7 @@ type extensionLoaders*: array['0'..'9', Rope] # special procs for the # OpenGL wrapper injectStmt*: Rope + sigConflicts*: CountTable[SigHash] var mainModProcs*, mainModInit*, otherModsInit*, mainDatInit*: Rope |