SCM Repository
View of /sml/trunk/src/smlnj-c/cc-info.defaults.sml
Parent Directory
|
Revision Log
Revision 2 -
(download)
(annotate)
Sat Oct 4 23:33:09 1997 UTC (23 years, 6 months ago) by monnier
File size: 396 byte(s)
Sat Oct 4 23:33:09 1997 UTC (23 years, 6 months ago) by monnier
File size: 396 byte(s)
Initial revision
(* cc-info.defaults.sml * * COPYRIGHT (c) 1995 AT&T Bell Laboratories. * * default sizes of basic C types *) structure CCInfoDefaults : CC_INFO = struct (* all sizes in bytes *) val intSzB = 4 val shortSzB = 2 val longSzB = 4 val charSzB = 1 val floatSzB = 4 val doubleSzB = 8 val ptrSzB = 4 val unionAlign = 4 val structAlign = 4 end (* structure CCInfoDefaults *)
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |