aboutsummaryrefslogtreecommitdiffstats
path: root/src/print.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/print.c')
-rw-r--r--src/print.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/print.c b/src/print.c
index 0f8718877d2..77cc2916952 100644
--- a/src/print.c
+++ b/src/print.c
@@ -163,7 +163,7 @@ Lisp_Object Vprint_number_table;
163void print_interval (INTERVAL interval, Lisp_Object printcharfun); 163void print_interval (INTERVAL interval, Lisp_Object printcharfun);
164 164
165/* GDB resets this to zero on W32 to disable OutputDebugString calls. */ 165/* GDB resets this to zero on W32 to disable OutputDebugString calls. */
166int print_output_debug_flag = 1; 166int print_output_debug_flag EXTERNALLY_VISIBLE = 1;
167 167
168 168
169/* Low level output routines for characters and strings */ 169/* Low level output routines for characters and strings */