[cvs-nhc98] (no subject)

Malcolm Wallace malcolm@sparud.net
Mon, 1 Jan 2001 20:04:42 +0100 (CET)


malcolm: Mon Jan  1 20:04:42 CET 2001

Update of /usr/src/master/nhc/src/compiler98
In directory hinken:/tmp/cvs-serv2756/compiler98

Modified Files:
	Foreign.hs 
Log Message:
Fix bug reported by Marcin.  The data pointed at by an Addr in Haskell
was occasionally being corrupted - its first byte was incremented by
one.  The solution here is to replace the storage representation of
an Addr - mkCInt() becomes simply mkInt().