cvs commit: hugs98/lib/exts ForeignPtr.hs MarshalAlloc.hs

ross@glass.cse.ogi.edu ross@glass.cse.ogi.edu
Wed, 25 Sep 2002 15:51:23 -0700


ross        2002/09/25 15:51:23 PDT

  Modified files:
    lib/exts             ForeignPtr.hs MarshalAlloc.hs 
  Log:
  Renamed ptr_free to finalizerFree, as proposed by Manuel.
  With a corresponding addition to Foreign.Marshal.Alloc, this fixes
  the breakage of Foreign.ForeignPtr.
  
  Revision  Changes    Path
  1.8       +3 -4      hugs98/lib/exts/ForeignPtr.hs
  1.4       +2 -2      hugs98/lib/exts/MarshalAlloc.hs