[project @ 2000-10-12 13:11:45 by simonmar]
authorsimonmar <unknown>
Thu, 12 Oct 2000 13:11:46 +0000 (13:11 +0000)
committersimonmar <unknown>
Thu, 12 Oct 2000 13:11:46 +0000 (13:11 +0000)
commit30d559930fff086ad3a8ef4162e7d748d1e96b70
tree27646e40f96b1a4f069db1143ab16aa5d9913026
parent1c3601593186639f1086bc402582ff56fd3fe9f8
[project @ 2000-10-12 13:11:45 by simonmar]
Move FAST_INT and FAST_BOOL into their own module FastTypes, replacing
the macro definitions in HsVersions.h with real definitions.  Change
most of the names in the process.

Now we don't get bogus imports of GlaExts all over the place, and
-fwarn-unused-imports is less noisy.
17 files changed:
ghc/compiler/absCSyn/AbsCSyn.lhs
ghc/compiler/absCSyn/AbsCUtils.lhs
ghc/compiler/absCSyn/PprAbsC.lhs
ghc/compiler/basicTypes/Literal.lhs
ghc/compiler/basicTypes/Name.lhs
ghc/compiler/basicTypes/SrcLoc.lhs
ghc/compiler/basicTypes/Unique.lhs
ghc/compiler/basicTypes/Var.lhs
ghc/compiler/main/CmdLineOpts.lhs
ghc/compiler/prelude/PrimOp.lhs
ghc/compiler/profiling/CostCentre.lhs
ghc/compiler/types/Type.lhs
ghc/compiler/utils/FastTypes.lhs [new file with mode: 0644]
ghc/compiler/utils/Panic.lhs
ghc/compiler/utils/Pretty.lhs
ghc/compiler/utils/UniqFM.lhs
ghc/compiler/utils/Util.lhs