SCM Repository
View of /smlnj-c/trunk/cc-info.defaults.sml
Parent Directory
|
Revision Log
Revision 2106 -
(download)
(annotate)
Thu Nov 2 16:03:37 2006 UTC (14 years, 4 months ago) by blume
File size: 396 byte(s)
Thu Nov 2 16:03:37 2006 UTC (14 years, 4 months ago) by blume
File size: 396 byte(s)
moved smlnj-c to toplevel
(* 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 |