mirror of
https://github.com/Interlisp/maiko.git
synced 2026-02-07 08:47:09 +00:00
Remove extern references for variables already present in lspglob.h, and subsequent extraneous includes for their types
This commit is contained in:
@@ -42,7 +42,6 @@
|
||||
#include "lispemul.h"
|
||||
#include "lispmap.h"
|
||||
#include "lspglob.h"
|
||||
#include "ifpage.h"
|
||||
#include "vmemsave.h"
|
||||
#include "timeout.h"
|
||||
#include "adr68k.h"
|
||||
@@ -72,7 +71,6 @@
|
||||
extern int LispWindowFd;
|
||||
extern struct pixrect *CursorBitMap, *InvisibleCursorBitMap;
|
||||
extern struct cursor CurrentCursor, InvisibleCursor;
|
||||
extern IFPAGE *InterfacePage;
|
||||
#ifdef DOS
|
||||
extern DspInterface currentdsp;
|
||||
#endif /* DOS */
|
||||
@@ -513,8 +511,6 @@ LispPTR vmem_save(char *sysout_file_name)
|
||||
/* */
|
||||
/************************************************************************/
|
||||
|
||||
extern int UnixPID;
|
||||
|
||||
/* Make sure that we kill off any Unix subprocesses before we go away */
|
||||
|
||||
void lisp_finish(void) {
|
||||
|
||||
Reference in New Issue
Block a user