SCM Repository
Diff of /sml/trunk/src/MLRISC/c-calls/c-calls.sig
Parent Directory
|
Revision Log
|
Patch
revision 599, Wed Apr 5 18:35:02 2000 UTC | revision 600, Wed Apr 5 20:13:47 2000 UTC | |
---|---|---|
# | Line 3 | Line 3 |
3 | structure T : MLTREE | structure T : MLTREE |
4 | ||
5 | (* multiple calling conventions on a single architecture *) | (* multiple calling conventions on a single architecture *) |
6 | type calling_convention | (* type calling_convention *) |
7 | ||
8 | (* prototype describing C function *) | (* prototype describing C function *) |
9 | type c_proto = | type c_proto = |
10 | { conv : calling_convention, | { (* conv : calling_convention, *) |
11 | retTy : CTypes.c_type, | retTy : CTypes.c_type, |
12 | paramTys : CTypes.c_type list | paramTys : CTypes.c_type list |
13 | } | } |
|
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |