diff options
| author | Dan Nicolaescu | 2010-07-28 22:58:58 -0700 |
|---|---|---|
| committer | Dan Nicolaescu | 2010-07-28 22:58:58 -0700 |
| commit | 56a000c73d1162d01f97384f6fa54106f9caeb17 (patch) | |
| tree | bd87173978829fdc58e49a46fc359cae068f311b /src/ChangeLog | |
| parent | e6cba65065d7002d181c3d440bfc5e04ba953783 (diff) | |
| download | emacs-56a000c73d1162d01f97384f6fa54106f9caeb17.tar.gz emacs-56a000c73d1162d01f97384f6fa54106f9caeb17.zip | |
* 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.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 3c1a543d3ec..f3f56c1a7e7 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,11 @@ | |||
| 1 | 2010-07-29 Dan Nicolaescu <dann@ics.uci.edu> | 1 | 2010-07-29 Dan Nicolaescu <dann@ics.uci.edu> |
| 2 | 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. | ||
| 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) |