1
0
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:
Nick Briggs 2023-01-07 11:56:35 -08:00
parent 4b0eea260f
commit 215d4ff8c7

View File

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