SCM Repository
Diff of /sml/trunk/src/cm/parse/parse.sml
Parent Directory
|
Revision Log
|
Patch
revision 491, Thu Nov 25 15:08:04 1999 UTC | revision 492, Fri Nov 26 09:00:50 1999 UTC | |
---|---|---|
# | Line 131 | Line 131 |
131 | (sgc := SrcPathMap.insert (!sgc, gpath, g); | (sgc := SrcPathMap.insert (!sgc, gpath, g); |
132 | Say.vsay ["[library ", SrcPath.descr gpath, | Say.vsay ["[library ", SrcPath.descr gpath, |
133 | " is stable]\n"]; | " is stable]\n"]; |
134 | SmlInfo.cleanGroup gpath; | SrcPathSet.app SmlInfo.cleanGroup |
135 | (Reachable.groupsOf g); | |
136 | SOME g) | SOME g) |
137 | end | end |
138 | in | in |
|
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |