Merge pull request #9015 from LemonBoy/fix-9013

Fix linking issue in cpp codegen
This commit is contained in:
Andreas Rumpf
2018-09-19 22:53:52 +02:00
committed by GitHub
2 changed files with 14 additions and 1 deletions

View File

@@ -103,6 +103,10 @@ type
PNimType = ptr TNimType
when defined(nimTypeNames):
var nimTypeRoot {.compilerProc.}: PNimType
# Declare this variable only once in system.nim
when declared(ThisIsSystem):
var nimTypeRoot {.compilerProc.}: PNimType
else:
var nimTypeRoot {.importc.}: PNimType
# node.len may be the ``first`` element of a set