1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-04-30 13:52:23 +00:00

fix some compiler warnings (#423)

* Pedantic C compilers want an extern declaration separate from initialization

* Remove duplicate definitions for fns in initdspdefs.h from display.h

* Remove misleading comments on structure member offsets and reorder to minimize padding
This commit is contained in:
Nick Briggs
2022-07-20 10:18:59 -07:00
committed by GitHub
parent e81345218a
commit 77957d421a
6 changed files with 30 additions and 36 deletions

View File

@@ -111,7 +111,7 @@ LispPTR *fixp_value(LispPTR *ptr) {
#define PAGES_IN_MBYTE 2048
void init_ifpage(int sysout_size) {
extern time_t MDate;
extern const time_t MDate;
extern int DisplayType;
extern int Storage_expanded;
int new_lastvmem;