SCM Repository
Diff of /sml/trunk/src/cm/compile/link.sml
Parent Directory
|
Revision Log
|
Patch
revision 443, Thu Sep 16 02:33:21 1999 UTC | revision 444, Thu Sep 16 05:32:14 1999 UTC | |
---|---|---|
# | Line 271 | Line 271 |
271 | in | in |
272 | if SrcPathSet.member (!visited, grouppath) then () | if SrcPathSet.member (!visited, grouppath) then () |
273 | else (visited := SrcPathSet.add (!visited, grouppath); | else (visited := SrcPathSet.add (!visited, grouppath); |
274 | app registerGroup sublibs; | app (registerGroup o #2) sublibs; |
275 | case kind of | case kind of |
276 | GG.STABLELIB => registerStableLib g | GG.STABLELIB => registerStableLib g |
277 | | _ => ()) | | _ => ()) |
|
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |