(* Copyright (C) 1992, Digital Equipment Corporation *) (* All rights reserved. *) (* See the file COPYRIGHT for a full description. *) (* Last modified on Tue Feb 11 16:18:57 PST 1992 by muller *) INTERFACE SRCM3Path; (* The constant below are use by the SRC Modula-3 system to manipulate Modula-3 programs. *) CONST InterfaceSrc = "i3"; ModuleSrc = "m3"; InterfaceObj = "io"; ModuleObj = "mo"; InterfaceAux = "ix"; ModuleAux = "mx"; ArchiveAux = "ax"; END SRCM3Path.