aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 8bdf6881795..c438f1fb41a 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,8 @@
12011-03-15 Paul Eggert <eggert@cs.ucla.edu> 12011-03-15 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 * lisp.h (verify_bytepos, count_markers): New decls,
4 so that gcc does not warn that these functions aren't declared.
5
3 * insdel.c (check_markers, make_gap_larger, make_gap_smaller): 6 * insdel.c (check_markers, make_gap_larger, make_gap_smaller):
4 (reset_var_on_error, Fcombine_after_change_execute_1): Now static. 7 (reset_var_on_error, Fcombine_after_change_execute_1): Now static.
5 (CHECK_MARKERS): Redo to avoid gcc -Wempty-body diagnostic. 8 (CHECK_MARKERS): Redo to avoid gcc -Wempty-body diagnostic.