SCM Repository
Diff of /sml/trunk/src/cm/bootstrap/mkbootlist.sml
Parent Directory
|
Revision Log
|
Patch
revision 336, Thu Jun 17 09:23:20 1999 UTC | revision 337, Thu Jun 17 09:43:40 1999 UTC | |
---|---|---|
# | Line 1 | Line 1 |
1 | (* | |
2 | * Building the bootlist from a dependency graph... | |
3 | * | |
4 | * (C) 1999 Lucent Technologies, Bell Laboratories | |
5 | * | |
6 | * Author: Matthias Blume (blume@kurims.kyoto-u.ac.jp) | |
7 | *) | |
8 | structure MkBootList = | structure MkBootList = |
9 | MkListFn (type element = AbsPath.t * int option | MkListFn (type element = AbsPath.t * int option |
10 | fun bininfo i = (BinInfo.stablepath i, SOME (BinInfo.offset i)) | fun bininfo i = (BinInfo.stablepath i, SOME (BinInfo.offset i)) |
|
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |