mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-28 17:04:41 +00:00
@@ -783,7 +783,7 @@ when declared(stdout):
|
||||
not defined(nintendoswitch) and not defined(freertos) and
|
||||
hostOS != "any"
|
||||
|
||||
const echoDoRaise = not defined(nimLegacyEchoNoRaise) # see PR #16366
|
||||
const echoDoRaise = not defined(nimLegacyEchoNoRaise) and not defined(guiapp) # see PR #16366
|
||||
|
||||
template checkErrMaybe(succeeded: bool): untyped =
|
||||
if not succeeded:
|
||||
|
||||
Reference in New Issue
Block a user