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:
@@ -52,7 +52,8 @@ struct toptenentry {
|
||||
char plalign[ROLESZ + 1];
|
||||
char name[NAMSZ + 1];
|
||||
char death[DTHSZ + 1];
|
||||
} *tt_head;
|
||||
};
|
||||
static struct toptenentry *tt_head;
|
||||
/* size big enough to read in all the string fields at once; includes
|
||||
room for separating space or trailing newline plus string terminator */
|
||||
#define SCANBUFSZ (4 * (ROLESZ + 1) + (NAMSZ + 1) + (DTHSZ + 1) + 1)
|
||||
|
||||
Reference in New Issue
Block a user