Does this patch prevent print_output_debug_flag from being optimized away?
*** print.c 16 Jul 2006 19:22:01 -0400 1.224
--- print.c 15 Aug 2006 08:10:45 -0400
***************
*** 924,929 ****
--- 924,938 ----
return character;
}
+ /* This function is never called. Its purpose is to prevent
+ print_output_debug_flag from being optimized away. */
+
+ int
+ debug_output_compilation_hack (x)
+ int x;
+ {
+ print_output_debug_flag = x;
+ }
#if defined(GNU_LINUX)
_______________________________________________
emacs-pretest-bug mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug