[project @ 2000-10-27 14:04:21 by simonmar]
authorsimonmar <unknown>
Fri, 27 Oct 2000 14:04:21 +0000 (14:04 +0000)
committersimonmar <unknown>
Fri, 27 Oct 2000 14:04:21 +0000 (14:04 +0000)
typo

ghc/compiler/utils/Util.lhs

index feea95c..54066f6 100644 (file)
@@ -70,7 +70,7 @@ import List           ( zipWith4 )
 import Panic           ( panic )
 import IOExts          ( IORef, newIORef, unsafePerformIO )
 import FastTypes
-#if __GLASGOW__HASKELL__ <= 408
+#if __GLASGOW_HASKELL__ <= 408
 import Exception       ( catchIO, justIoErrors, raiseInThread )
 #endif
 infixr 9 `thenCmp`