(effadv_list, effadv, rejects, rejectname, telnames, rea, numnames,
tennames, numstr): Replace by static local variables in their only user. (relates): Move from global/misc.c to common/nat.c. (att_mode): Move from global/misc.c to subs/attsub.c.
This commit is contained in:
parent
22a356b1e1
commit
c8bb4d9b87
8 changed files with 56 additions and 134 deletions
|
@ -55,7 +55,10 @@
|
|||
int
|
||||
rea(void)
|
||||
{
|
||||
extern s_char *telnames[];
|
||||
static s_char *telnames[] = {
|
||||
/* must follow TEL_ defines in tel.h */
|
||||
"Telegram", "Announcement", "BULLETIN", "Production Report"
|
||||
};
|
||||
register s_char *p;
|
||||
register s_char *mbox;
|
||||
s_char mbox_buf[256]; /* Maximum path length */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue