aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-04-13 19:04:54 -0700
committerPaul Eggert2011-04-13 19:04:54 -0700
commitad64fc978bc5a83e25827ab4f55d4cbc8d0dd25a (patch)
tree8436331f97d82e9c79e03cfae14ef2e938bcd557 /src/ChangeLog
parentadddb2655cb09a2fb2ef54942692376ff85e969d (diff)
downloademacs-ad64fc978bc5a83e25827ab4f55d4cbc8d0dd25a.tar.gz
emacs-ad64fc978bc5a83e25827ab4f55d4cbc8d0dd25a.zip
* print.c: Make symbols static if they're not exported.
(print_depth, new_backquote_output, being_printed, print_buffer): (print_buffer_size, print_buffer_pos, print_buffer_pos_byte): (print_interval, print_number_index, initial_stderr_stream): Now static. * lisp.h (Fprinc): Remove decl. (debug_output_compilation_hack): Mark as externally visible.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 37225e11f76..78d3f0dacd2 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,13 @@
12011-04-14 Paul Eggert <eggert@cs.ucla.edu> 12011-04-14 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 * print.c: Make symbols static if they're not exported.
4 (print_depth, new_backquote_output, being_printed, print_buffer):
5 (print_buffer_size, print_buffer_pos, print_buffer_pos_byte):
6 (print_interval, print_number_index, initial_stderr_stream):
7 Now static.
8 * lisp.h (Fprinc): Remove decl.
9 (debug_output_compilation_hack): Mark as externally visible.
10
3 * sysdep.c (croak): Move decl from here to syssignal.h. 11 * sysdep.c (croak): Move decl from here to syssignal.h.
4 * syssignal.h (croak): Put it here, so the API can be checked when 12 * syssignal.h (croak): Put it here, so the API can be checked when
5 'croak' is called from dissociate_if_controlling_tty. 13 'croak' is called from dissociate_if_controlling_tty.