[project @ 2003-02-18 09:57:19 by simonmar]
authorsimonmar <unknown>
Tue, 18 Feb 2003 09:57:19 +0000 (09:57 +0000)
committersimonmar <unknown>
Tue, 18 Feb 2003 09:57:19 +0000 (09:57 +0000)
Fix build on GHC < 5.00

ghc/compiler/utils/Panic.lhs

index 152f2e7..efb3c6a 100644 (file)
@@ -37,7 +37,6 @@ import CONCURRENT     ( myThreadId )
 
 # if __GLASGOW_HASKELL__ < 500
 import EXCEPTION        ( raiseInThread )
-#define throwTo  raiseInThread
 # else
 import EXCEPTION       ( throwTo )
 # endif