(* Copyright (C) 1990, Digital Equipment Corporation *) (* All rights reserved. *) (* See the file COPYRIGHT for a full description. *) (* Last modified on Thu Jan 30 09:53:08 PST 1992 by kalsow *) (* modified on Wed Sep 18 23:42:28 1991 by muller *) UNSAFE INTERFACE RTMain; IMPORT RT0; (* called by the linker generated init code *) PROCEDURE Run (); (* called by the collector to trace the global variables *) PROCEDURE GlobalMapProc (p : RT0.VisitProc; arg : REFANY; mask : RT0.RefTypeSet); END RTMain.