[project @ 2004-11-10 01:56:00 by wolfgang]
authorwolfgang <unknown>
Wed, 10 Nov 2004 01:56:01 +0000 (01:56 +0000)
committerwolfgang <unknown>
Wed, 10 Nov 2004 01:56:01 +0000 (01:56 +0000)
commitdb35b90546b47fcd7193a83531d65ef38f1706f5
tree346a161311c6775c7670433ad7c681bd17a09239
parentea22f57fe6b77cde3c3ec040f1246bf0e8ecef36
[project @ 2004-11-10 01:56:00 by wolfgang]
Fix pretty-printing of integer constants on 64-bit platforms.
If sizeof(int) == 4 on a 64-bit platform, we have to add an 'L' suffix
to integer constants.
ghc/compiler/cmm/PprC.hs
ghc/compiler/main/Constants.lhs