SCM Repository
View of /sml/trunk/src/cm/bootstrap/mkbootlist.sml
Parent Directory
|
Revision Log
Revision 337 -
(download)
(annotate)
Thu Jun 17 09:43:40 1999 UTC (21 years, 8 months ago) by blume
File size: 367 byte(s)
Thu Jun 17 09:43:40 1999 UTC (21 years, 8 months ago) by blume
File size: 367 byte(s)
missing copyright notices added
(* * Building the bootlist from a dependency graph... * * (C) 1999 Lucent Technologies, Bell Laboratories * * Author: Matthias Blume (blume@kurims.kyoto-u.ac.jp) *) structure MkBootList = MkListFn (type element = AbsPath.t * int option fun bininfo i = (BinInfo.stablepath i, SOME (BinInfo.offset i)) fun smlinfo i = (SmlInfo.binpath i, NONE))
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |