some variables not referenced in another translation unit made static
Also adds some cross-refence comments for some variables that are referenced in another translation unit.
This commit is contained in:
@@ -111,7 +111,7 @@ static struct allopt_t allopt[SIZE(allopt_init)];
|
||||
|
||||
/* use rest of file */
|
||||
|
||||
extern char configfile[]; /* for messages */
|
||||
extern char configfile[]; /* for messages; files.c */
|
||||
extern const struct symparse loadsyms[];
|
||||
#if defined(TOS)
|
||||
extern boolean colors_changed; /* in tos.c */
|
||||
|
||||
Reference in New Issue
Block a user