Fixed definition of seqShallowFlag.

This commit is contained in:
Dominik Picheta
2013-10-19 21:13:17 +01:00
parent 199c4d21bd
commit d94a870de4

View File

@@ -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.}