mirror of
https://github.com/Interlisp/maiko.git
synced 2026-01-19 17:28:18 +00:00
Make local variables static to resolve warning: no previous extern declaration for non-static variable
This commit is contained in:
parent
4b0eea260f
commit
215d4ff8c7
@ -221,13 +221,13 @@ int make_old_version(char *old, char *file)
|
||||
/************************************************************************/
|
||||
|
||||
|
||||
FINFO *FreeFinfoList;
|
||||
static FINFO *FreeFinfoList;
|
||||
#define INITFINFONUM 1024
|
||||
|
||||
DFINFO *FinfoArray;
|
||||
static DFINFO *FinfoArray;
|
||||
#define INITFINFOARRAY 32
|
||||
|
||||
int MAXFINFO;
|
||||
static int MAXFINFO;
|
||||
|
||||
#define FINFOARRAYRSIZE 16
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user