-- RTFlags.Mesa
-- last edited December 15, 1982 9:45 am by Paul Rovner
RTFlags: DEFINITIONS
= BEGIN
checking: BOOLEAN = FALSE;
clearing: BOOLEAN = TRUE; -- must be TRUE for TandS
takingStatistics: BOOLEAN = TRUE;
printingStatistics: BOOLEAN = FALSE;
useMicrocode: BOOLEAN = TRUE;
END.