cvs commit: fptools/ghc/lib/std System.lhs

Simon Marlow simonmar@glass.cse.ogi.edu
Fri, 21 Sep 2001 04:55:57 -0700


simonmar    2001/09/21 04:55:56 PDT

  Modified files:
    ghc/lib/std          System.lhs 
  Log:
  Fix type of foreign import of getProgArgv: the first arg should be
  Ptr CInt, not Ptr Int.  Fixes a bug on Alpha (not the bug I was
  looking for, unfortunately).  MERGE TO STABLE.
  
  Revision  Changes    Path
  1.34      +2 -2      fptools/ghc/lib/std/System.lhs