no allocator init for nimscript

This commit is contained in:
Jacek Sieka
2016-08-25 20:17:30 +08:00
parent 2b74bbba0e
commit 3116744c86

View File

@@ -2565,6 +2565,7 @@ when not defined(JS): #and not defined(nimscript):
{.push stack_trace: off, profiler:off.}
when not (
defined(nimscript) or
defined(boehmgc) or
defined(gogc) or
(defined(nogc) and defined(useMalloc))):