emacs-pretest-bug
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: "Invalid or undefined bitmap" when launched with -Q


From: Richard Stallman
Subject: Re: "Invalid or undefined bitmap" when launched with -Q
Date: Tue, 15 Aug 2006 08:41:44 -0400

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)
  




reply via email to

[Prev in Thread] Current Thread [Next in Thread]