Skip to content

Commit 918c0b0

Browse files
committed
revert the diff in system.nim (moved it to another PR)
1 parent 7758a3b commit 918c0b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/system.nim

+2-2
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ proc compileOption*(option, arg: string): bool {.
112112
discard "compiled with optimization for size and uses Boehm's GC"
113113

114114
{.push warning[GcMem]: off, warning[Uninit]: off.}
115-
# {.push hints: off.}
115+
{.push hints: off.}
116116

117117
proc `or`*(a, b: typedesc): typedesc {.magic: "TypeTrait", noSideEffect.}
118118
## Constructs an `or` meta class.
@@ -2471,7 +2471,7 @@ proc quit*(errormsg: string, errorcode = QuitFailure) {.noreturn.} =
24712471
quit(errorcode)
24722472

24732473
{.pop.} # checks: off
2474-
# {.pop.} # hints: off
2474+
{.pop.} # hints: off
24752475

24762476
proc `/`*(x, y: int): float {.inline, noSideEffect.} =
24772477
## Division of integers that results in a float.

0 commit comments

Comments
 (0)