From: simonmar Date: Tue, 18 Feb 2003 09:57:19 +0000 (+0000) Subject: [project @ 2003-02-18 09:57:19 by simonmar] X-Git-Tag: Approx_11550_changesets_converted~1150 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=1ffeecdb62fc6d91348b5d22c61111bf65fa76ec;p=ghc-hetmet.git [project @ 2003-02-18 09:57:19 by simonmar] Fix build on GHC < 5.00 --- diff --git a/ghc/compiler/utils/Panic.lhs b/ghc/compiler/utils/Panic.lhs index 152f2e7..efb3c6a 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