(* * Some hard-wired file names used by the bootstrap compiler. * * (C) 1999 Lucent Technologies, Bell Laboratories * * Author: Matthias Blume (blume@kurims.kyoto-u.ac.jp) *) structure BtNames = struct val initgspec = "init.cmi" val maingspec = "root.cm" val dirbaseDefault = "comp" val pcmodespec = "pathconfig" end