aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src/ChangeLog
diff options
context:
space:
mode:
authorDan Nicolaescu2010-07-02 15:18:28 -0700
committerDan Nicolaescu2010-07-02 15:18:28 -0700
commitc532d349630038c45897e88004a8142a82e9dc85 (patch)
treec47cf7e54a4f959892f323a172090405b6d7221a /lib-src/ChangeLog
parentb6fcccc3ea3425e613afce804143e3dd0a6eee6e (diff)
downloademacs-c532d349630038c45897e88004a8142a82e9dc85.tar.gz
emacs-c532d349630038c45897e88004a8142a82e9dc85.zip
Convert some prototypes to standard C.
* lib-src/make-docfile.c (xmalloc, xrealloc, concat, readline, fatal): * lib-src/b2m.c (scan_file, scan_lisp_file, scan_c_file): Convert to standard C prototypes. * src/term.c (term_clear_mouse_face, Fidentity): * src/syssignal.h (signal_handler_t): * src/lisp.h (memory_warnings): * src/coding.h (preferred_coding_system): * src/cm.h (evalcost): * src/blockinput.h (reinvoke_input_signal): Convert to standard C prototypes.
Diffstat (limited to 'lib-src/ChangeLog')
-rw-r--r--lib-src/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog
index 4ef56c976cf..32da17388f3 100644
--- a/lib-src/ChangeLog
+++ b/lib-src/ChangeLog
@@ -1,3 +1,9 @@
12010-07-02 Dan Nicolaescu <dann@ics.uci.edu>
2
3 * make-docfile.c (xmalloc, xrealloc, concat, readline, fatal):
4 * b2m.c (scan_file, scan_lisp_file, scan_c_file): Convert to
5 standard C prototypes.
6
12010-07-02 Jan Djärv <jan.h.d@swipnet.se> 72010-07-02 Jan Djärv <jan.h.d@swipnet.se>
2 8
3 * ebrowse.c: Remove P_ and __P. 9 * ebrowse.c: Remove P_ and __P.