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:
@@ -19,7 +19,7 @@ extern void vms_abort(void);
|
||||
#endif
|
||||
|
||||
/*VARARGS1*/
|
||||
boolean panicking;
|
||||
static boolean panicking;
|
||||
void panic(const char *, ...);
|
||||
|
||||
DISABLE_WARNING_FORMAT_NONLITERAL
|
||||
|
||||
Reference in New Issue
Block a user