SCM Repository
View of /sml/trunk/src/cm/bootstrap/cmb-slave-hook.sml
Parent Directory
|
Revision Log
Revision 451 -
(download)
(annotate)
Sat Oct 23 15:05:55 1999 UTC (21 years, 3 months ago) by blume
File size: 464 byte(s)
Sat Oct 23 15:05:55 1999 UTC (21 years, 3 months ago) by blume
File size: 464 byte(s)
CMB.deliver (and probably CM.stabilize) now work with compile servers
(* * The hook module for the dynamically-linked CMB "slave" stub. * * (C) 1999 Lucent Technologies, Bell Laboratories * * Author: Matthias Blume (blume@kurims.kyoto-u.ac.jp) *) structure CMBSlaveHook = struct local type res = GroupGraph.group * (DependencyGraph.sbnode -> bool) * (SmlInfo.info -> unit) fun placeholder (s: string) = (NONE: res option) val r = ref placeholder in fun init f = r := f fun slave s = !r s end end
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |