diff options
| author | Paul Eggert | 2011-03-14 18:32:33 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-03-14 18:32:33 -0700 |
| commit | b45db52287c1a23b2c639f4843395e4b5a4dbe92 (patch) | |
| tree | e124bdc3cfd045ce7e9a76e4d97c5bfc74ef739e /src/ChangeLog | |
| parent | 40ef059ee2a2cd7b4e3e75eef58c8ddcd2abb15f (diff) | |
| download | emacs-b45db52287c1a23b2c639f4843395e4b5a4dbe92.tar.gz emacs-b45db52287c1a23b2c639f4843395e4b5a4dbe92.zip | |
* lisp.h (verify_bytepos, count_markers): New decls,
so that gcc does not warn that these functions aren't declared.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 3 |
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 @@ | |||
| 1 | 2011-03-15 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2011-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. |