Drop register storage class
[mmh] / sbr / context_replace.c
index 4d81356..dd6e631 100644 (file)
@@ -13,7 +13,7 @@
 void
 context_replace(char *key, char *value)
 {
-       register struct node *np;
+       struct node *np;
 
        /*
        ** If list is emtpy, allocate head of profile/context list.