[project @ 2003-03-10 10:30:26 by umuta]
authorumuta <unknown>
Mon, 10 Mar 2003 10:30:26 +0000 (10:30 +0000)
committerumuta <unknown>
Mon, 10 Mar 2003 10:30:26 +0000 (10:30 +0000)
Fix compilation problem on mingw32

ghc/compiler/utils/Panic.lhs

index 72eefd4..170a7a7 100644 (file)
@@ -33,13 +33,13 @@ import Posix                ( Handler(Catch), installHandler, sigINT, sigQUIT )
 # endif /* GHC > 504 */
 
 import CONCURRENT      ( myThreadId )
+#endif /* mingw32_HOST_OS */
 
 # if __GLASGOW_HASKELL__ < 500
 import EXCEPTION        ( raiseInThread )
 # else
 import EXCEPTION       ( throwTo )
 # endif /* GHC < 500 */
-#endif /* mingw32_HOST_OS */
 
 #if __GLASGOW_HASKELL__ > 408
 import EXCEPTION       ( catchJust, tryJust, ioErrors )