aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman2006-08-16 05:15:25 +0000
committerRichard M. Stallman2006-08-16 05:15:25 +0000
commitc33f8948974b2c8614bec80860c6ec01a2a11d5f (patch)
tree258a6036cfec2acb9b683447dd64e2dd6df751c2 /src
parent1096b4a013322558b66d89ad9f71eb327696509a (diff)
downloademacs-c33f8948974b2c8614bec80860c6ec01a2a11d5f.tar.gz
emacs-c33f8948974b2c8614bec80860c6ec01a2a11d5f.zip
(debug_output_compilation_hack): New function.
Diffstat (limited to 'src')
-rw-r--r--src/print.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/print.c b/src/print.c
index c36b9476f82..ac8736d2aa4 100644
--- a/src/print.c
+++ b/src/print.c
@@ -924,6 +924,15 @@ to make it write to the debugging output. */)
924 return character; 924 return character;
925} 925}
926 926
927/* This function is never called. Its purpose is to prevent
928 print_output_debug_flag from being optimized away. */
929
930int
931debug_output_compilation_hack (x)
932 int x;
933{
934 print_output_debug_flag = x;
935}
927 936
928#if defined(GNU_LINUX) 937#if defined(GNU_LINUX)
929 938