SCM Repository
Diff of /sml/trunk/src/cm/main/cm-boot.sml
Parent Directory
|
Revision Log
|
Patch
revision 675, Fri Jun 23 09:18:18 2000 UTC | revision 676, Sat Jun 24 03:37:03 2000 UTC | |
---|---|---|
# | Line 185 | Line 185 |
185 | fun processOne f = SrcPath.processSpecFile (penv, f) | fun processOne f = SrcPath.processSpecFile (penv, f) |
186 | handle _ => () | handle _ => () |
187 | in | in |
188 | SrcPath.sync (); | app processOne p; |
189 | app processOne p | SrcPath.sync () |
190 | end | end |
191 | ||
192 | fun getTheValues () = valOf (!theValues) | fun getTheValues () = valOf (!theValues) |
|
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |