diff options
author | simonmar <unknown> | 2003-02-18 09:57:19 +0000 |
---|---|---|
committer | simonmar <unknown> | 2003-02-18 09:57:19 +0000 |
commit | 1ffeecdb62fc6d91348b5d22c61111bf65fa76ec (patch) | |
tree | 9e75ba8a5979785ecd996974ee3324638ebc4760 | |
parent | a05f9df12c19c928ba886a825ca49c54100df4c4 (diff) | |
download | haskell-1ffeecdb62fc6d91348b5d22c61111bf65fa76ec.tar.gz |
[project @ 2003-02-18 09:57:19 by simonmar]
Fix build on GHC < 5.00
-rw-r--r-- | ghc/compiler/utils/Panic.lhs | 1 |
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 |