cvs commit: fptools/ghc/compiler/typecheck TcForeign.lhs
Julian Seward
sewardj@glass.cse.ogi.edu
Fri, 7 Sep 2001 01:55:30 -0700
sewardj 2001/09/07 01:55:29 PDT
Modified files: (Branch: ghc-5-02-branch)
ghc/compiler/typecheck TcForeign.lhs
Log:
merge rev 1.45:
Fix the code to *really* do the following:
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.
Revision Changes Path
1.42.2.3 +4 -3 fptools/ghc/compiler/typecheck/TcForeign.lhs