Skip to content
Snippets Groups Projects
Commit 6642714e authored by Julian Seward's avatar Julian Seward
Browse files

[project @ 1999-10-26 17:27:25 by sewardj]

Add foreign import/export implementations for x86 stdcall convention.

Make parser notice calling conventions on f-i and f-x declarations,
check they are supported on the platform Hugs is compiled on.  Pass
them all the way through the code generator to the interpreter.

Allow f-i/f-x decls to omit the calling convention, in which case
ccall is used.  Remove calling convention from all such decls
in the Prelude so it will work on any platform.
parent 37cb07db
No related merge requests found
Showing
with 474 additions and 202 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment