comparison lib-src/ChangeLog @ 109111:52b76722152a

Convert function definitions to standard C. * lib-src/update-game-score.c: Convert function definitions to standard C. * lib-src/sorted-doc.c: * lib-src/profile.c: * lib-src/pop.c: * lib-src/movemail.c: * lib-src/make-docfile.c: * lib-src/hexl.c: * lib-src/fakemail.c: * lib-src/etags.c: * lib-src/ebrowse.c: * lib-src/digest-doc.c: * lib-src/b2m.c: Likewise.
author Dan Nicolaescu <dann@ics.uci.edu>
date Fri, 02 Jul 2010 17:50:23 -0700
parents 5842e8fabe06
children 71150397fb59
comparison
equal deleted inserted replaced
109110:25749a68f5ae 109111:52b76722152a
1 2010-07-03 Dan Nicolaescu <dann@ics.uci.edu>
2
3 * update-game-score.c: Convert function definitions to standard C.
4 * sorted-doc.c:
5 * profile.c:
6 * pop.c:
7 * movemail.c:
8 * make-docfile.c:
9 * hexl.c:
10 * fakemail.c:
11 * etags.c:
12 * ebrowse.c:
13 * digest-doc.c:
14 * b2m.c: Likewise.
15
1 2010-07-02 Dan Nicolaescu <dann@ics.uci.edu> 16 2010-07-02 Dan Nicolaescu <dann@ics.uci.edu>
2 17
3 * make-docfile.c (xmalloc, xrealloc, concat, readline, fatal): 18 * make-docfile.c (xmalloc, xrealloc, concat, readline, fatal):
4 * b2m.c (scan_file, scan_lisp_file, scan_c_file): Convert to 19 * b2m.c (scan_file, scan_lisp_file, scan_c_file): Convert to
5 standard C prototypes. 20 standard C prototypes.