Skip to content

Commit

Permalink
revert the diff in system.nim (moved it to another PR)
Browse files Browse the repository at this point in the history
  • Loading branch information
timotheecour committed May 25, 2021
1 parent 5eeb09e commit 1a4e31b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/system.nim
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ proc compileOption*(option, arg: string): bool {.
discard "compiled with optimization for size and uses Boehm's GC"

{.push warning[GcMem]: off, warning[Uninit]: off.}
# {.push hints: off.}
{.push hints: off.}

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

{.pop.} # checks: off
# {.pop.} # hints: off
{.pop.} # hints: off

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

0 comments on commit 1a4e31b

Please sign in to comment.