mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-29 01:14:41 +00:00
Fixed definition of seqShallowFlag.
This commit is contained in:
@@ -849,7 +849,7 @@ const
|
||||
## a string that describes the application type. Possible values:
|
||||
## "console", "gui", "lib".
|
||||
|
||||
seqShallowFlag = 1 shl (sizeof(int)*8-1)
|
||||
seqShallowFlag = low(int)
|
||||
|
||||
proc compileOption*(option: string): bool {.
|
||||
magic: "CompileOption", noSideEffect.}
|
||||
|
||||
Reference in New Issue
Block a user