mirror of
https://github.com/Interlisp/maiko.git
synced 2026-01-14 15:36:34 +00:00
Remove extraneous extern references for Lisp_world that are covered by lspglob.h
This commit is contained in:
parent
871bf5459c
commit
e1c4263dd8
@ -33,10 +33,6 @@
|
||||
#define EOL (S_POSITIVE | 7)
|
||||
#define ALL (S_POSITIVE | 8)
|
||||
|
||||
|
||||
extern DLword *Lisp_world; /* To access LispSysout area */
|
||||
|
||||
|
||||
#define ToLispTime(x) ((int)(x) + 29969152)
|
||||
/* For getfileinfo. For WDATE&RDATE */
|
||||
/* 29969152 == (timer.c)LISP_UNIX_TIME_DIFF */
|
||||
|
||||
@ -35,7 +35,6 @@ extern KbdInterface currentkbd;
|
||||
|
||||
extern keybuffer *CTopKeyevent;
|
||||
extern DLword *DisplayRegion68k;
|
||||
extern DLword *Lisp_world;
|
||||
|
||||
extern LispPTR *KEYBOARDEVENTQUEUE68k;
|
||||
extern LispPTR *KEYBUFFERING68k;
|
||||
|
||||
@ -46,8 +46,6 @@
|
||||
|
||||
#define Atom_reprobe(hash, char) ((((char)^(hash)) | 1) & 63)
|
||||
|
||||
extern DLword *Lisp_world;
|
||||
|
||||
/**********************************************************************/
|
||||
/*
|
||||
Func name : compute_hash
|
||||
|
||||
@ -24,7 +24,6 @@ MouseInterface currentmouse = &curmouse;
|
||||
#include "dspifdefs.h" /* for GenericReturnVoid */
|
||||
|
||||
int nomouseflag = FALSE;
|
||||
extern DLword *Lisp_world;
|
||||
extern LispPTR *LASTUSERACTION68k;
|
||||
extern int twobuttonflag;
|
||||
|
||||
|
||||
@ -29,7 +29,6 @@
|
||||
/* DISPLAY_MAX same magic number is in ldsout.c */
|
||||
#define DISPLAY_MAX (65536 * 16 * 2)
|
||||
|
||||
extern DLword *Lisp_world;
|
||||
extern char Display_Name[128];
|
||||
extern DLword *DisplayRegion68k;
|
||||
extern int noscroll;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user