Purge the register keyword.
This commit is contained in:
parent
4c4fdca42b
commit
0d842c47f7
15 changed files with 45 additions and 57 deletions
|
@ -48,8 +48,8 @@
|
|||
int
|
||||
comtch(char *command, struct cmndstr *coms, int comstat)
|
||||
{
|
||||
register struct cmndstr *com;
|
||||
register int status;
|
||||
struct cmndstr *com;
|
||||
int status;
|
||||
|
||||
if (command == 0 || *command == 0)
|
||||
return M_IGNORE;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue