(* Copyright (C) 1990, Digital Equipment Corporation *) (* All rights reserved. *) (* See the file COPYRIGHT for a full description. *) INTERFACE M3DPathTool; PROCEDURE Check() RAISES {}; (* check for an explicit path setting by the user, and if so call M3Path.AddExplicit(path) *) CONST Define_Arg = "Define"; (* /1 *) NOSTD_Arg = "NOSTD"; END M3DPathTool.