remove register from variable declarations
This commit is contained in:
@@ -469,8 +469,8 @@ void
|
||||
undiscover_object(int oindx)
|
||||
{
|
||||
if (!objects[oindx].oc_name_known) {
|
||||
register int dindx, acls = objects[oindx].oc_class;
|
||||
register boolean found = FALSE;
|
||||
int dindx, acls = objects[oindx].oc_class;
|
||||
boolean found = FALSE;
|
||||
|
||||
/* find the object; shift those behind it forward one slot */
|
||||
for (dindx = gb.bases[acls];
|
||||
@@ -1027,7 +1027,7 @@ doclassdisco(void)
|
||||
void
|
||||
rename_disco(void)
|
||||
{
|
||||
register int i, dis;
|
||||
int i, dis;
|
||||
int ct = 0, mn = 0, sl;
|
||||
char *s, oclass, prev_class;
|
||||
winid tmpwin;
|
||||
|
||||
Reference in New Issue
Block a user