diff options
| author | Paul Eggert | 2011-04-13 19:16:00 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-04-13 19:16:00 -0700 |
| commit | 40ccffa6ff0f62689cac373e3d21d25084c1b7b3 (patch) | |
| tree | c1cf10b54e34c07a83fdcb7a572da10a2361c21a /src/ChangeLog | |
| parent | ad64fc978bc5a83e25827ab4f55d4cbc8d0dd25a (diff) | |
| download | emacs-40ccffa6ff0f62689cac373e3d21d25084c1b7b3.tar.gz emacs-40ccffa6ff0f62689cac373e3d21d25084c1b7b3.zip | |
* process.c: Make symbols static if they're not exported.
(process_tick, update_tick, create_process, chan_process):
(Vprocess_alist, proc_buffered_char, datagram_access):
(fd_callback_data, send_process_frame, process_sent_to): Now static.
(deactivate_process): Mark defn as static, as well as decl.
* lisp.h (create_process): Remove decl.
* process.h (chan_process, Vprocess_alist): Remove decls.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 78d3f0dacd2..aee24f4a2ed 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,13 @@ | |||
| 1 | 2011-04-14 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2011-04-14 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | * process.c: Make symbols static if they're not exported. | ||
| 4 | (process_tick, update_tick, create_process, chan_process): | ||
| 5 | (Vprocess_alist, proc_buffered_char, datagram_access): | ||
| 6 | (fd_callback_data, send_process_frame, process_sent_to): Now static. | ||
| 7 | (deactivate_process): Mark defn as static, as well as decl. | ||
| 8 | * lisp.h (create_process): Remove decl. | ||
| 9 | * process.h (chan_process, Vprocess_alist): Remove decls. | ||
| 10 | |||
| 3 | * print.c: Make symbols static if they're not exported. | 11 | * print.c: Make symbols static if they're not exported. |
| 4 | (print_depth, new_backquote_output, being_printed, print_buffer): | 12 | (print_depth, new_backquote_output, being_printed, print_buffer): |
| 5 | (print_buffer_size, print_buffer_pos, print_buffer_pos_byte): | 13 | (print_buffer_size, print_buffer_pos, print_buffer_pos_byte): |