system.nim: memory must be part of system so that its compilerprocs c… (#25365)

…an work for IC
This commit is contained in:
Andreas Rumpf
2025-12-18 04:53:09 +01:00
committed by GitHub
parent 8747160a9a
commit 80cf9a8ce8
4 changed files with 59 additions and 8 deletions

View File

@@ -16,7 +16,7 @@ import
commands, magicsys, modulegraphs, lineinfos, wordrecg
import std/[strutils, math, strtabs]
from system/memory import nimCStrLen
#from system/memory import nimCStrLen
when defined(nimPreviewSlimSystem):
import std/[assertions, formatfloat]