summaryrefslogtreecommitdiff
path: root/ghc/compiler/utils
diff options
context:
space:
mode:
authorsimonmar <unknown>2003-02-18 09:57:19 +0000
committersimonmar <unknown>2003-02-18 09:57:19 +0000
commit1ffeecdb62fc6d91348b5d22c61111bf65fa76ec (patch)
tree9e75ba8a5979785ecd996974ee3324638ebc4760 /ghc/compiler/utils
parenta05f9df12c19c928ba886a825ca49c54100df4c4 (diff)
downloadhaskell-1ffeecdb62fc6d91348b5d22c61111bf65fa76ec.tar.gz
[project @ 2003-02-18 09:57:19 by simonmar]
Fix build on GHC < 5.00
Diffstat (limited to 'ghc/compiler/utils')
-rw-r--r--ghc/compiler/utils/Panic.lhs1
1 files changed, 0 insertions, 1 deletions
diff --git a/ghc/compiler/utils/Panic.lhs b/ghc/compiler/utils/Panic.lhs
index 152f2e764f..efb3c6a72a 100644
--- a/ghc/compiler/utils/Panic.lhs
+++ b/ghc/compiler/utils/Panic.lhs
@@ -37,7 +37,6 @@ import CONCURRENT ( myThreadId )
# if __GLASGOW_HASKELL__ < 500
import EXCEPTION ( raiseInThread )
-#define throwTo raiseInThread
# else
import EXCEPTION ( throwTo )
# endif