Purge the register keyword.
This commit is contained in:
parent
4c4fdca42b
commit
0d842c47f7
15 changed files with 45 additions and 57 deletions
|
@ -52,9 +52,9 @@
|
|||
#include "optlist.h"
|
||||
|
||||
int
|
||||
trechk(register natid actor, register natid victim, int provision)
|
||||
trechk(natid actor, natid victim, int provision)
|
||||
{
|
||||
register natid cn;
|
||||
natid cn;
|
||||
char buf[1024];
|
||||
int news_verb;
|
||||
int involved[MAXNOC];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue