SCM Repository
Diff of /sml/trunk/src/cm/bootstrap/btcompile.sml
Parent Directory
|
Revision Log
|
Patch
revision 330, Sat Jun 12 07:45:52 1999 UTC | revision 331, Sat Jun 12 15:04:53 1999 UTC | |
---|---|---|
# | Line 165 | Line 165 |
165 | #2 (#sym pervasive), | #2 (#sym pervasive), |
166 | #2 (#stat core)]) } | #2 (#stat core)]) } |
167 | in | in |
168 | case Parse.parse param (SOME true) maingspec of | case Parse.parse param NONE maingspec of |
169 | NONE => NONE | NONE => NONE |
170 | | SOME (g, gp) => | | SOME (g, gp) => |
171 | if recomp gp g then | if recomp gp g then |
|
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |