]> diplodocus.org Git - nmh/blobdiff - sbr/context_del.c
Oops, should have offset file in showbuildenv rather than cat.
[nmh] / sbr / context_del.c
index e6cdc73dddd6a0090cf757a4f972754054660522..5889a17fa8fe1a2d1bbdc2e0f3707d64412103af 100644 (file)
@@ -17,7 +17,7 @@
 int
 context_del (char *key)
 {
-    register struct node *np, *pp;
+    struct node *np, *pp;
 
     for (np = m_defs, pp = NULL; np; pp = np, np = np->n_next) {
        if (!strcasecmp (np->n_name ? np->n_name : "", key ? key : "")) {