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