cvs commit: fptools/hslibs/posix DL.hs DLPrim.hsc

Ross Paterson <[email protected]> Fri, 1 Oct 2004 10:18:54 -0700
Newsgroups gmane.comp.lang.haskell.cvs.hslibs
Message-ID <[email protected]>
ross        2004/10/01 10:18:54 PDT

  Modified files:
    hslibs/posix         DL.hs DLPrim.hsc 
  Log:
  Rip out unnecessary #def, which isn't working at the moment, because
  hsc2hs puts #include <HsFFI.h> in the _hsc.h file, and the recent addition
  of -I- in DriverFlags means it can't be found.
  
  Revision  Changes    Path
  1.4       +1 -1      fptools/hslibs/posix/DL.hs
  1.7       +6 -45     fptools/hslibs/posix/DLPrim.hsc