https://github.com/Araq/Nimrod/issues/1660
This commit is contained in:
Simon Krauter
2014-11-15 18:05:49 +01:00
parent 9e00d3aec2
commit 90b606b3da

View File

@@ -1669,7 +1669,8 @@ proc genHeader(): PRope =
"/* (c) 2014 Andreas Rumpf */$n$n" &
"$nvar Globals = this;$n" &
"var framePtr = null;$n" &
"var excHandler = null;$n",
"var excHandler = null;$n" &
"var lastJSError = null;$n",
[toRope(VersionAsString)])
proc genModule(p: PProc, n: PNode) =