
1 Jan
2001
1 Jan
'01
2:04 p.m.
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().