diff options
| author | partain <unknown> | 1996-06-26 10:30:32 +0000 | 
|---|---|---|
| committer | partain <unknown> | 1996-06-26 10:30:32 +0000 | 
| commit | 26741ec416bae2c502ef00a2ba0e79050a32cb67 (patch) | |
| tree | c07e46b823d29a16838533a17659ed3b28e9f328 /ghc/compiler/nativeGen/Stix.lhs | |
| parent | ae45ff0e9831a0dc862a5d68d03e355d7e323c62 (diff) | |
| download | haskell-26741ec416bae2c502ef00a2ba0e79050a32cb67.tar.gz | |
[project @ 1996-06-26 10:26:00 by partain]
SLPJ 1.3 changes through 96/06/25
Diffstat (limited to 'ghc/compiler/nativeGen/Stix.lhs')
| -rw-r--r-- | ghc/compiler/nativeGen/Stix.lhs | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/ghc/compiler/nativeGen/Stix.lhs b/ghc/compiler/nativeGen/Stix.lhs index 2dd8169c55..c6ab81b757 100644 --- a/ghc/compiler/nativeGen/Stix.lhs +++ b/ghc/compiler/nativeGen/Stix.lhs @@ -20,7 +20,7 @@ IMP_Ubiq(){-uitous-}  import AbsCSyn		( node, infoptr, MagicId(..) )  import AbsCUtils	( magicIdPrimRep )  import CLabel		( mkAsmTempLabel ) -import UniqSupply	( returnUs, thenUs, getUnique, UniqSM(..) ) +import UniqSupply	( returnUs, thenUs, getUnique, SYN_IE(UniqSM) )  import Unpretty		( uppPStr, Unpretty(..) )  \end{code}  | 
