Minor code cleanups suggested by NetBSD lint:
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Sun, 25 Apr 2010 07:40:36 +0000 (07:40 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Sun, 25 Apr 2010 07:40:36 +0000 (07:40 +0000)
commita8d1009fa71020a958786761e08945db33e94010
tree7ad4d78b38192fefb3e9c70695ea0b4d8eea172b
parent652a371240a0b12ca1eb8c81cee5648e86320e63
Minor code cleanups suggested by NetBSD lint:
 - some commas at the end of enum declarations removed.
 - some unused statements and variables removed
 - some more careful typing of query expressions in index.c.
   (Writing 'condition ? (ptrtype *)stuff : NULL' doesn't give the
   overall expression type 'ptrtype *'; it's better to put the cast
   outside the ?:.)

git-svn-id: svn://svn.tartarus.org/sgt/agedu@8928 cda61777-01e9-0310-a592-d414129be87e
agedu.c
httpd.c
index.c
trie.c