Drop register storage class
[mmh] / uip / folder.c
index 77029dc..3ca0e7d 100644 (file)
@@ -630,7 +630,7 @@ readonly_folders(void)
 {
        int atrlen;
        char atrcur[BUFSIZ];
-       register struct node *np;
+       struct node *np;
 
        snprintf(atrcur, sizeof(atrcur), "atr-%s-", seq_cur);
        atrlen = strlen(atrcur);