cvs commit: fptools/ghc/compiler/typecheck TcForeign.lhs

ken@glass.cse.ogi.edu ken@glass.cse.ogi.edu
Tue, 4 Sep 2001 11:22:35 -0700


ken         2001/09/04 11:22:34 PDT

  Modified files:
    ghc/compiler/typecheck TcForeign.lhs 
  Log:
  On the Alpha we can only handle <= 4 integer arguments with foreign export
  dynamic.  Following the example of the corresponding Sparc hack, we detect
  when we're being asked to do something we can't and refuse.
  
  MERGE TO STABLE BRANCH
  
  Revision  Changes    Path
  1.43      +11 -0     fptools/ghc/compiler/typecheck/TcForeign.lhs