(* * Handling compile-servers under non-Unix systems. * * This is just a placeholder that disables parallel make on non-supported * systems. * * (C) 1999 Lucent Technologies, Bell Laboratories * * Author: Matthias Blume (blume@kurims.kyoto-u.ac.jp) *) structure Servers :> SERVERS = struct fun start _ = raise Fail "compile server facility not available" fun stop _ = false fun kill _ = () fun reset () = Concur.reset () fun cm _ = () fun cmb _ = () fun compile _ = false fun evict _ = () fun withServers f = f () end
Click to toggle
does not end with </html> tag
does not end with </body> tag
The output has ended thus: ) fun cmb _ = () fun compile _ = false fun evict _ = () fun withServers f = f () end