]> git.marmaro.de Git - mmh/blobdiff - sbr/context_del.c
include h/utils.h
[mmh] / sbr / context_del.c
index 6eebd7e0ae37577e4828f92644554e686f9b07b1..7d068b5c0331ec16caf4da53b612fb924b729db1 100644 (file)
@@ -16,7 +16,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 (!mh_strcasecmp(np->n_name, key)) {