(* ---------------------------------------------------------------------------- * $Id: MASLOADA.md,v 1.2 1992/02/12 17:32:49 pesch Exp $ * ---------------------------------------------------------------------------- * This file is part of MAS. * ---------------------------------------------------------------------------- * Copyright (c) 1989 - 1992 Universitaet Passau * ---------------------------------------------------------------------------- * $Log: MASLOADA.md,v $ * Revision 1.2 1992/02/12 17:32:49 pesch * Moved CONST definition to the right place * * Revision 1.1 1992/01/22 15:11:45 kredel * Initial revision * * ---------------------------------------------------------------------------- *) DEFINITION MODULE MASLOADA; (* MAS Load Definition Module A. *) CONST rcsid = "$Id: MASLOADA.md,v 1.2 1992/02/12 17:32:49 pesch Exp $"; CONST copyright = "Copyright (c) 1989 - 1992 Universitaet Passau"; PROCEDURE InitExternalsA; (*Initialize external compiled arithmetic procedures. *) END MASLOADA. (* -EOF- *)