home *** CD-ROM | disk | FTP | other *** search
Text File | 1990-10-25 | 994 b | 45 lines | [TEXT/MPS ] |
- {[a-,body+,h-,o=100,r+,rec+,t=4,u+,#+,j=20/57/1$,n+]}
- { UDebug.p }
- { Copyright © 1984-1990 Apple Computer, Inc. All rights reserved. }
-
- {$IFC UNDEFINED UsingIncludes}
- {$SETC UsingIncludes := FALSE}
- {$ENDC}
-
- {$IFC UNDEFINED qMPW31}
- {$SETC qMPW31 := FALSE}
- {$ENDC}
-
- UNIT UDebug;
-
- INTERFACE
-
- USES
- {$SETC __UDebug__ := TRUE}
- { • MacApp }
- {$U $$Shell(MAPInterfaces)UMacApp} UMacApp,
-
- { • Implementation use }
- {$U $$Shell(MAPInterfaces)UTranscriptView} UTranscriptView,
- {$U $$Shell(MAPInterfaces)ULoMem} ULoMem,
-
- Desk, DiskInit, ToolUtils, Retrace, Memory, Resources, FixMath,
- {$IFC NOT qMPW31}
- Packages,
- {$ENDC}
- Script, PasLibIntf, OSEvents, Traps, Perf, DisAsmLookUp, Notification;
-
- {$SETC __UDebug__ := FALSE}
- { • Include the public interface }
- {$SETC _UDebugIncludes := UsingIncludes}
- {$SETC UsingIncludes := TRUE}
- {$I+}
- {$I $$Shell(MAPInterfaces)UDebug.p}
- {$SETC UsingIncludes := _UDebugIncludes}
-
- IMPLEMENTATION
-
- {$I UDebug.inc1.p}
-
- END.
-