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
1ffeecdb
Commit
1ffeecdb
authored
Feb 18, 2003
by
simonmar
Browse files
[project @ 2003-02-18 09:57:19 by simonmar]
Fix build on GHC < 5.00
parent
a05f9df1
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc/compiler/utils/Panic.lhs
View file @
1ffeecdb
...
...
@@ -37,7 +37,6 @@ import CONCURRENT ( myThreadId )
# if __GLASGOW_HASKELL__ < 500
import EXCEPTION ( raiseInThread )
#define throwTo raiseInThread
# else
import EXCEPTION ( throwTo )
# endif
...
...
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