Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
de36fea0
Commit
de36fea0
authored
Dec 17, 2004
by
simonpj
Browse files
[project @ 2004-12-17 16:13:27 by simonpj]
Fix breakage in previous commit re signal handling
parent
da1625cf
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc/compiler/utils/Panic.lhs
View file @
de36fea0
...
...
@@ -205,8 +205,8 @@ installSignalHandlers = do
interrupt = throwTo main_thread interrupt_exn
--
#if !defined(mingw32_HOST_OS)
installHandler sigQUIT interrupt Nothing
installHandler sigINT interrupt Nothing
installHandler sigQUIT
(Catch
interrupt
)
Nothing
installHandler sigINT
(Catch
interrupt
)
Nothing
return ()
#elif __GLASGOW_HASKELL__ >= 603
-- GHC 6.3+ has support for console events on Windows
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment