mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-02 19:22:40 +00:00
no allocator init for nimscript
This commit is contained in:
@@ -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))):
|
||||
|
||||
Reference in New Issue
Block a user