SCM Repository
View of /sml/trunk/src/cm/link.sml
Parent Directory
|
Revision Log
Revision 274 -
(download)
(annotate)
Fri May 14 05:23:02 1999 UTC (21 years, 11 months ago) by blume
File size: 458 byte(s)
Fri May 14 05:23:02 1999 UTC (21 years, 11 months ago) by blume
File size: 458 byte(s)
stage0 -- links fine (for testing); parses correctly (apparently)
(* dummy implementation of functor LinkCM *) functor LinkCM () = struct structure CM = struct fun parse s = let val c = AbsPath.cwdContext () val p = AbsPath.native { context = AbsPath.cwdContext (), spec = s } in CMParse.parse p end end structure CMB = struct fun setRetargetPervStatEnv x = () fun wipeOut () = () fun make' _ = () end end signature CMTOOLS = sig end signature COMPILATION_MANAGER = sig end
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |