Drop register storage class
[mmh] / uip / ali.c
index c6b028c..dc2a341 100644 (file)
--- a/uip/ali.c
+++ b/uip/ali.c
@@ -210,9 +210,9 @@ print_aka(char *p, int list, int margin)
 static void
 print_usr(char *s, int list, int norm)
 {
-       register char *cp, *pp, *vp;
-       register struct aka *ak;
-       register struct mailname *mp, *np;
+       char *cp, *pp, *vp;
+       struct aka *ak;
+       struct mailname *mp, *np;
 
        if ((pp = getname(s)) == NULL)
                adios(EX_DATAERR, NULL, "no address in \"%s\"", s);