Purge the register keyword.

This commit is contained in:
Markus Armbruster 2006-05-21 13:18:57 +00:00
parent 4c4fdca42b
commit 0d842c47f7
15 changed files with 45 additions and 57 deletions

View file

@ -43,7 +43,7 @@
#include "commands.h"
#include "optlist.h"
static void preport(register struct nwsstr *np);
static void preport(struct nwsstr *np);
int
news(void)
@ -174,10 +174,10 @@ news(void)
}
static void
preport(register struct nwsstr *np)
preport(struct nwsstr *np)
{
char *cp;
register int i;
int i;
char buf[255];
char num[128];
char *ptr;