mirror of
https://github.com/Interlisp/maiko.git
synced 2026-05-05 15:54:21 +00:00
Clean up usage of the native address of the MiscStats and its struct typedef
The global variable MiscStats is declared extern in "lspglob.h" The structure that MiscStats points to is MISCSTATS and is defined in "miscstats.h"
This commit is contained in:
@@ -43,7 +43,6 @@ extern LispPTR *MakeAtom68k();
|
||||
extern DLword *EmCursorX68K, *EmCursorY68K;
|
||||
extern DLword *EmMouseX68K, *EmMouseY68K, *EmKbdAd068K, *EmRealUtilin68K;
|
||||
extern LispPTR *CLastUserActionCell68k;
|
||||
extern MISCSTATS *MiscStats;
|
||||
|
||||
extern int KBDEventFlg;
|
||||
LispPTR *MNWBUFFERING68k = 0;
|
||||
|
||||
Reference in New Issue
Block a user