
13 Dec
2000
13 Dec
'00
3:44 a.m.
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