comparison lib-src/sorted-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
97 { 97 {
98 "WAITING", "BEG_NAME", "NAME_GET", "BEG_DESC", "DESC_GET" 98 "WAITING", "BEG_NAME", "NAME_GET", "BEG_DESC", "DESC_GET"
99 }; 99 };
100 100
101 int 101 int
102 main (int argc, char *argv[]) 102 main ()
103 { 103 {
104 register DOCSTR *dp = NULL; /* allocated DOCSTR */ 104 register DOCSTR *dp = NULL; /* allocated DOCSTR */
105 register LINE *lp = NULL; /* allocated line */ 105 register LINE *lp = NULL; /* allocated line */
106 register char *bp = 0; /* ptr inside line buffer */ 106 register char *bp = 0; /* ptr inside line buffer */
107 /* int notfirst = 0; / * set after read something */ 107 /* int notfirst = 0; / * set after read something */