]> diplodocus.org Git - nmh/blobdiff - sbr/context_save.c
sbr/utils.c: Delete unused upcase() function.
[nmh] / sbr / context_save.c
index 27d55e9e775ff7e0b75da096c31974488015800f..39bbf40ebaac585584ee2596907dc2defcbb08a6 100644 (file)
@@ -1,6 +1,4 @@
-
-/*
- * context_save.c -- write out the updated context file
+/* context_save.c -- write out the updated context file
  *
  * This code is Copyright (c) 2002, by the authors of nmh.  See the
  * COPYRIGHT file in the root directory of the nmh distribution for
  *
  * This code is Copyright (c) 2002, by the authors of nmh.  See the
  * COPYRIGHT file in the root directory of the nmh distribution for
@@ -19,7 +17,7 @@
 void
 context_save (void)
 {
 void
 context_save (void)
 {
-    register struct node *np;
+    struct node *np;
     FILE *out;
     sigset_t set, oset;
     int failed_to_lock = 0;
     FILE *out;
     sigset_t set, oset;
     int failed_to_lock = 0;