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
e4341897
Commit
e4341897
authored
Feb 21, 2003
by
sof
Browse files
[project @ 2003-02-21 04:57:16 by sof]
deja vu all over again
parent
caadd032
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc/compiler/utils/Panic.lhs
View file @
e4341897
...
...
@@ -22,17 +22,18 @@ module Panic
) where
#include "HsVersions.h"
#include "config.h"
import Config
import FastTypes
#if __GLASGOW_HASKELL__ > 504
#ifndef mingw32_HOST_OS
# if __GLASGOW_HASKELL__ > 504
import System.Posix.Signals
#else
#
else
import Posix ( Handler(Catch), installHandler, sigINT, sigQUIT )
#endif
#
endif
#ifndef mingw32_HOST_OS
import CONCURRENT ( myThreadId )
# if __GLASGOW_HASKELL__ < 500
...
...
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