-- RTFlags.Mesa
-- last edited 5-Feb-82 10:46:06 by Paul Rovner

RTFlags: DEFINITIONS
= BEGIN

checking: BOOLEAN = TRUE;
clearing: BOOLEAN = TRUE;  -- must be TRUE for TandS
takingStatistics: BOOLEAN = TRUE;
printingStatistics: BOOLEAN = FALSE;
useMicrocode: BOOLEAN = TRUE;

END.