Purge the register keyword.
This commit is contained in:
parent
4c4fdca42b
commit
0d842c47f7
15 changed files with 45 additions and 57 deletions
|
@ -154,7 +154,7 @@ init_nreport(void)
|
|||
static struct newscache *
|
||||
ncache(int actor, int event, int victim, int times)
|
||||
{
|
||||
register struct newscache *np;
|
||||
struct newscache *np;
|
||||
int i;
|
||||
int oldslot;
|
||||
time_t oldtime;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue