1
0
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:
Nick Briggs
2022-12-24 17:08:16 -08:00
parent 11efd15613
commit a6b8b65b5b
9 changed files with 1 additions and 21 deletions

View File

@@ -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) {