[cvs-nhc98] Bugfix: hIsEOF gave a strange runtime error.

Malcolm Wallace malcolm@sparud.net
Fri, 23 Mar 2001 17:30:29 +0100 (CET)


malcolm: Fri Mar 23 17:30:28 CET 2001

Update of /usr/src/master/nhc/src/prelude/IO
In directory hinken:/tmp/cvs-serv24463

Modified Files:
	HIsEOF.hs 
Log Message:
Bugfix: hIsEOF gave a strange runtime error.
  It seems that passing a newtype'd ForeignObj across the FFI
  is not identical to passing the ForeignObj itself, as it ought
  to be.