]> diplodocus.org Git - nmh/blobdiff - uip/whatnowproc.c
configure.ac: Enable assert(3) by default.
[nmh] / uip / whatnowproc.c
index 8fc6ee727e185d628bfc751a48fa4745836c28bf..a0186f55b5c30f918d7fa1029286638745856218 100644 (file)
@@ -1,6 +1,4 @@
-
-/*
- * whatnowproc.c -- exec the "whatnowproc"
+/* whatnowproc.c -- exec the "whatnowproc"
  *
  * This code is Copyright (c) 2002, by the authors of nmh.  See the
  * COPYRIGHT file in the root directory of the nmh distribution for
@@ -26,7 +24,7 @@ what_now (char *ed, int nedit, int use, char *file, char *altmsg, int dist,
 {
     int found, k, msgnum, vecp;
     int len, buflen;
-    register char *bp;
+    char *bp;
     char buffer[BUFSIZ], *vec[MAXARGS];
 
     vecp = 0;