cvs commit: hugs98/src builtin.c iomonad.c

Sven Panne <[email protected]> Sun, 25 Feb 2007 08:57:40 -0800
Newsgroups gmane.comp.lang.haskell.cvs.hugs
Message-ID <[email protected]>
panne       2007/02/25 08:57:40 PST

  Modified files:
    src                  builtin.c iomonad.c 
  Log:
  To avoid warnings about casting a pointer to/from an integer of
  different size, explicitly add/subtract address 0 when converting
  between different types for stable pointers.
  
  Revision  Changes    Path
  1.95      +5 -5      hugs98/src/builtin.c
  1.103     +4 -4      hugs98/src/iomonad.c