mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-04 20:17:42 +00:00
so close now...
This commit is contained in:
@@ -1099,6 +1099,8 @@ proc loadSymFromCursor(c: var DecodeContext; s: PSym; n: var Cursor; thisModule:
|
||||
inc n
|
||||
var isKnownFile = false
|
||||
s.positionImpl = int c.infos.config.registerNifSuffix(thisModule, isKnownFile)
|
||||
# do to the precompiled mechanism things end up as main modules which are not!
|
||||
excl s.flagsImpl, sfMainModule
|
||||
else:
|
||||
loadField s.positionImpl
|
||||
|
||||
|
||||
Reference in New Issue
Block a user