(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:
Markus Armbruster 2004-02-19 19:14:29 +00:00
parent 22a356b1e1
commit c8bb4d9b87
8 changed files with 56 additions and 134 deletions

View file

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