Mercurial > hg > xemacs-beta
comparison lib-src/digest-doc.c @ 2286:04bc9d2f42c7
[xemacs-hg @ 2004-09-20 19:18:55 by james]
Mark all unused parameters as unused. Also eliminate some unneeded local
variables.
author | james |
---|---|
date | Mon, 20 Sep 2004 19:20:08 +0000 |
parents | 023b83f4e54b |
children | ecf1ebac70d8 |
comparison
equal
deleted
inserted
replaced
2285:914c5afaac33 | 2286:04bc9d2f42c7 |
---|---|
9 #include <config.h> | 9 #include <config.h> |
10 #endif | 10 #endif |
11 #include <stdio.h> | 11 #include <stdio.h> |
12 | 12 |
13 int | 13 int |
14 main (int argc, char *argv[]) | 14 main () |
15 { | 15 { |
16 register int ch; | 16 register int ch; |
17 register int notfirst = 0; | 17 register int notfirst = 0; |
18 | 18 |
19 printf (".TL\n"); | 19 printf (".TL\n"); |