aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog2
-rw-r--r--src/xdisp.c5
2 files changed, 2 insertions, 5 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index cdbecfc5455..6daf98787a5 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,7 @@
12010-07-08 Dan Nicolaescu <dann@ics.uci.edu> 12010-07-08 Dan Nicolaescu <dann@ics.uci.edu>
2 2
3 * xdisp.c (store_mode_line_noprop_char): Remove K&R alternative declaration.
4
3 Clean up include guards. 5 Clean up include guards.
4 * tparam.c: Remove include guards for config.h, string.h and code 6 * tparam.c: Remove include guards for config.h, string.h and code
5 that assumes #ifndef emacs. 7 that assumes #ifndef emacs.
diff --git a/src/xdisp.c b/src/xdisp.c
index 545f597e7bc..c2aea3ce0c8 100644
--- a/src/xdisp.c
+++ b/src/xdisp.c
@@ -9630,12 +9630,7 @@ unwind_format_mode_line (Lisp_Object vector)
9630 Re-allocate mode_line_noprop_buf if necessary. */ 9630 Re-allocate mode_line_noprop_buf if necessary. */
9631 9631
9632static void 9632static void
9633#ifdef PROTOTYPES
9634store_mode_line_noprop_char (char c) 9633store_mode_line_noprop_char (char c)
9635#else
9636store_mode_line_noprop_char (c)
9637 char c;
9638#endif
9639{ 9634{
9640 /* If output position has reached the end of the allocated buffer, 9635 /* If output position has reached the end of the allocated buffer,
9641 double the buffer's size. */ 9636 double the buffer's size. */