cvs commit: hugs98/src iomonad.c

Neil Mitchell <[email protected]> Wed, 25 Oct 2006 11:34:02 -0700
Newsgroups gmane.comp.lang.haskell.cvs.hugs
Message-ID <[email protected]>
neil        2006/10/25 11:34:02 PDT

  Modified files:
    src                  iomonad.c 
  Log:
  Never throw an IO exception on getting a character if you are on Windows and reading from the stdin, because the feof flag will never be set.
  
  Revision  Changes    Path
  1.102     +6 -2      hugs98/src/iomonad.c