SCM Repository
Diff of /sml/trunk/src/MLRISC/c-calls/c-types.sml
Parent Directory
|
Revision Log
|
Patch
revision 607, Mon Apr 10 16:31:03 2000 UTC | revision 608, Mon Apr 10 18:57:09 2000 UTC | |
---|---|---|
# | Line 28 | Line 28 |
28 | | I_long | | I_long |
29 | | I_long_long | | I_long_long |
30 | ||
31 | ||
32 | (* multiple calling conventions on a single architecture *) | |
33 | type calling_convention = string | |
34 | ||
35 | (* prototype describing C function *) | |
36 | type c_proto = { | |
37 | conv : calling_convention, | |
38 | retTy : c_type, | |
39 | paramTys : c_type list | |
40 | } | |
41 | ||
42 | end | end |
|
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |