SCM Repository
View of /sml/trunk/src/smlnj-c/cc-info.sig.sml
Parent Directory
|
Revision Log
Revision 224 -
(download)
(annotate)
Sat Apr 17 16:27:01 1999 UTC (22 years ago) by monnier
File size: 439 byte(s)
Sat Apr 17 16:27:01 1999 UTC (22 years ago) by monnier
File size: 439 byte(s)
This commit was generated by cvs2svn to compensate for changes in r223, which included commits to RCS files with non-trunk default branches.
(* cc-info.sig.sml * * COPYRIGHT (c) 1995 AT&T Bell Laboratories. * * signature for structures that describe C data sizes *) signature CC_INFO = sig (* all sizes in bytes *) val intSzB : int val shortSzB : int val longSzB : int val charSzB : int val floatSzB : int val doubleSzB : int val ptrSzB : int (* alignment for structs/unions *) val unionAlign : int val structAlign : int end (* signature CC_INFO *)
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |