(* ----------------------------------------------------------------------------
 * $Id: MASLOAD.md,v 1.2 1992/02/12 17:32:47 pesch Exp $
 * ----------------------------------------------------------------------------
 * This file is part of MAS.
 * ----------------------------------------------------------------------------
 * Copyright (c) 1989 - 1992 Universitaet Passau
 * ----------------------------------------------------------------------------
 * $Log: MASLOAD.md,v $
 * Revision 1.2  1992/02/12  17:32:47  pesch
 * Moved CONST definition to the right place
 *
 * Revision 1.1  1992/01/22  15:11:43  kredel
 * Initial revision
 *
 * ----------------------------------------------------------------------------
 *)

DEFINITION MODULE MASLOAD;

(* MAS Load Definition Module. *)


CONST rcsid = "$Id: MASLOAD.md,v 1.2 1992/02/12 17:32:47 pesch Exp $";
CONST copyright = "Copyright (c) 1989 - 1992 Universitaet Passau";



PROCEDURE InitExternals;
(*Initialize external compiled procedures. *)


END MASLOAD.



(* -EOF- *)