(****************************************
*                                       *
*     MODULA-2 Multi-Pass Compiler      *
*     ****************************      *
*                                       *
*     Implementation for Lilith         *
*                                       *
*                                       *
*     MCBase:                           *
*                                       * 
*     private part of the common base   *
*     of the Modula-2 compiler          *
*                                       * 
*     Version C18 of 17.02.81           *
*                                       *
*     Institut fuer Informatik          *
*     ETH-Zuerich                       *
*     CH-8092 Zuerich                   *
*                                       *
****************************************)

IMPLEMENTATION MODULE MCBase;   (* LG *)

  IMPORT NewStreams, Storage, MCPublic;

  (* empty implementation *)

END MCBase.
