From 1ffeecdb62fc6d91348b5d22c61111bf65fa76ec Mon Sep 17 00:00:00 2001 From: simonmar Date: Tue, 18 Feb 2003 09:57:19 +0000 Subject: [PATCH] [project @ 2003-02-18 09:57:19 by simonmar] Fix build on GHC < 5.00 --- ghc/compiler/utils/Panic.lhs | 1 - 1 file changed, 1 deletion(-) 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 -- 1.7.10.4