-- File DJExtDebugDefs.mesa
-- Written by Martin Newell/Dan Fitzpatrick, July 1981
-- Last updated: August 6, 1981 11:12 AM
DJExtDebugDefs: DEFINITIONS =
BEGIN
Debug: PUBLIC PROCEDURE RETURNS[BOOLEAN];
-- returns true if in debugging mode, false if not
END.