Return type of (*done)() changed to void. default_done() replaced by
authorJoel Reicher <jjr@panacea.null.org>
Sun, 4 Nov 2007 11:54:32 +0000 (11:54 +0000)
committerJoel Reicher <jjr@panacea.null.org>
Sun, 4 Nov 2007 11:54:32 +0000 (11:54 +0000)
commit38615191e71744b066425e0c44412b62dbe49cc2
tree6ec7b794f9e3340ad50d9af84bd7f8abf103d014
parent045101c0a79f43fe566422622f154d5cc0141d8a
Return type of (*done)() changed to void. default_done() replaced by
exit(). All dead code "return 1" lines removed from *_done()s and replaced
by explicit "return 1" following done() calls in main()s (they should
never be reached). This should make cleaning up program termination
structures easier.
49 files changed:
ChangeLog
h/mh.h
sbr/done.c
uip/ali.c
uip/anno.c
uip/ap.c
uip/burst.c
uip/comp.c
uip/conflict.c
uip/dist.c
uip/dp.c
uip/flist.c
uip/fmtdump.c
uip/folder.c
uip/forw.c
uip/inc.c
uip/install-mh.c
uip/mark.c
uip/mhbuild.c
uip/mhbuildsbr.c
uip/mhfree.c
uip/mhl.c
uip/mhlist.c
uip/mhn.c
uip/mhparam.c
uip/mhparse.c
uip/mhpath.c
uip/mhshow.c
uip/mhstore.c
uip/mhtest.c
uip/msgchk.c
uip/msh.c
uip/packf.c
uip/pick.c
uip/post.c
uip/prompter.c
uip/rcvdist.c
uip/rcvpack.c
uip/rcvstore.c
uip/refile.c
uip/repl.c
uip/rmf.c
uip/rmm.c
uip/scan.c
uip/send.c
uip/sendsbr.c
uip/slocal.c
uip/sortm.c
uip/viamail.c