comparison lib-src/digest-doc.c @ 9491:dd3b83e4ceb0

Eliminate some -Wall warnings.
author David J. MacKenzie <djm@gnu.org>
date Wed, 12 Oct 1994 20:21:51 +0000
parents bba832d91c66
children c8fb06423da0
comparison
equal deleted inserted replaced
9490:4e70299f958d 9491:dd3b83e4ceb0
4 4
5 See also sorted-doc.c, which produces similar output 5 See also sorted-doc.c, which produces similar output
6 but in texinfo format and sorted by function/variable name. */ 6 but in texinfo format and sorted by function/variable name. */
7 7
8 #include <stdio.h> 8 #include <stdio.h>
9
10 int
9 main () 11 main ()
10 { 12 {
11 register int ch; 13 register int ch;
12 register int notfirst = 0; 14 register int notfirst = 0;
13 15