SCM Repository
View of /sml/trunk/src/smlnj-c/cc-info.gcc-sparc-sunos.sml
Parent Directory
|
Revision Log
Revision 224 -
(download)
(annotate)
Sat Apr 17 16:27:01 1999 UTC (22 years ago) by monnier
File size: 389 byte(s)
Sat Apr 17 16:27:01 1999 UTC (22 years ago) by monnier
File size: 389 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.
(* COPYRIGHT (c) 1995 AT&T Bell Laboratories. * *) (* this file is generated by gen-cc-info *) structure GCCInfoSparcSunOS : 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 GCCInfoSparcSunOS *)
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |