* print.c: Make symbols static if they're not exported.
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 14 Apr 2011 02:04:54 +0000 (19:04 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 14 Apr 2011 02:04:54 +0000 (19:04 -0700)
commitad64fc978bc5a83e25827ab4f55d4cbc8d0dd25a
tree8436331f97d82e9c79e03cfae14ef2e938bcd557
parentadddb2655cb09a2fb2ef54942692376ff85e969d
* 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.
src/ChangeLog
src/lisp.h
src/print.c