remove register from variable declarations

This commit is contained in:
nhmall
2024-02-19 16:30:07 -05:00
parent 6f569f0a27
commit 688ac6ffbe
113 changed files with 836 additions and 835 deletions

View File

@@ -1136,7 +1136,7 @@ dropp(struct obj *obj)
static void
break_armor(void)
{
register struct obj *otmp;
struct obj *otmp;
struct permonst *uptr = gy.youmonst.data;
if (breakarm(uptr)) {
@@ -1614,7 +1614,7 @@ dosummon(void)
int
dogaze(void)
{
register struct monst *mtmp;
struct monst *mtmp;
int looked = 0;
char qbuf[QBUFSZ];
int i;