Mercurial > emacs
comparison src/ChangeLog @ 109574:0f876b86540d
* src/mem-limits.h: Remove duplicated includes.
(NULL): Remove definition, unused.
(POINTER): Remove definition.
(start_of_data): Use char* in prototype, as the function
definition does.
author | Dan Nicolaescu <dann@ics.uci.edu> |
---|---|
date | Wed, 28 Jul 2010 22:58:58 -0700 |
parents | 228a5fa4eda0 |
children | ad36da121d41 |
comparison
equal
deleted
inserted
replaced
109573:228a5fa4eda0 | 109574:0f876b86540d |
---|---|
1 2010-07-29 Dan Nicolaescu <dann@ics.uci.edu> | 1 2010-07-29 Dan Nicolaescu <dann@ics.uci.edu> |
2 | |
3 * mem-limits.h: Remove duplicated includes. | |
4 (NULL): Remove definition, unused. | |
5 (POINTER): Remove definition. | |
6 (start_of_data): Use char* in prototype, as the function | |
7 definition does. | |
2 | 8 |
3 Remove extern declarations from .c files, and them to .h files. | 9 Remove extern declarations from .c files, and them to .h files. |
4 * keyboard.h (Qhelp_echo, waiting_for_input) | 10 * keyboard.h (Qhelp_echo, waiting_for_input) |
5 (input_available_clear_time, ignore_mouse_drag_p) | 11 (input_available_clear_time, ignore_mouse_drag_p) |
6 (Vdouble_click_time, real_this_command, Vthis_original_command): | 12 (Vdouble_click_time, real_this_command, Vthis_original_command): |