mirror of
https://github.com/Interlisp/maiko.git
synced 2026-01-29 21:21:08 +00:00
Remove extern references for variables already present in lspglob.h, and subsequent extraneous includes for their types
This commit is contained in:
@@ -55,7 +55,6 @@
|
||||
#include "debug.h" // for PACKAGE
|
||||
#include "emlglob.h"
|
||||
#include "gcarraydefs.h" // for aref1
|
||||
#include "ifpage.h" // for IFPAGE
|
||||
#include "kprintdefs.h" // for print, prindatum
|
||||
#include "lispemul.h" // for DLword, LispPTR, DLbyte, state, T, ConsCell
|
||||
#include "lispmap.h" // for STK_OFFSET, ATOMS_HI
|
||||
@@ -190,7 +189,6 @@ void print_package_name(int index) {
|
||||
/************************************************************************/
|
||||
|
||||
void dump_dtd(void) {
|
||||
extern DLword *DTDspace;
|
||||
struct dtd *dtdp;
|
||||
DLword cnt;
|
||||
|
||||
@@ -1102,7 +1100,6 @@ void all_stack_dump(DLword start, DLword end, DLword silent)
|
||||
DLword *start68k, *end68k, *orig68k;
|
||||
DLword size;
|
||||
int sdlines = 0;
|
||||
extern IFPAGE *InterfacePage;
|
||||
|
||||
if (start == 0)
|
||||
start68k = Stackspace + InterfacePage->stackbase;
|
||||
|
||||
Reference in New Issue
Block a user