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

@ -80,15 +80,13 @@ static int
do_treaty(void)
{
char *cp;
register int ourcond;
register int theircond;
register int j;
int ourcond, theircond;
struct symbol *tfp;
struct trtstr trty;
struct nstr_item nstr;
natid recipient;
time_t now;
int n;
int j, n;
struct natstr *natp;
char prompt[128];
char buf[1024];
@ -163,7 +161,7 @@ do_treaty(void)
static int
do_loan(void)
{
register int amt, irate, dur, maxloan;
int amt, irate, dur, maxloan;
struct nstr_item nstr;
struct natstr *natp;
struct lonstr loan;