cvs commit: hugs98/lib Prelude.hs hugs98/lib/exts Foreign.hs hugs98/src connect.h type.c

Alastair Reid reid@glass.cse.ogi.edu
Wed, 13 Dec 2000 00:44:31 -0800


reid        2000/12/13 00:44:31 PST

  Modified files:
    lib                  Prelude.hs 
    lib/exts             Foreign.hs 
    src                  connect.h type.c 
  Log:
  Changes to make it easy for ffi implementation to refer to the
  ffi-able types:
    typeInt and friends used to be static (local to type.c).
    Now they are global (defined in connect.h).
    Also, ForeignObj, StablePtr and Word are now defined in the Prelude.
  
  Revision  Changes    Path
  1.5       +5 -1      hugs98/lib/Prelude.hs
  1.2       +2 -2      hugs98/lib/exts/Foreign.hs
  1.12      +13 -2     hugs98/src/connect.h
  1.27      +27 -14    hugs98/src/type.c