[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/src/print.c,v
From: |
Richard M. Stallman |
Subject: |
[Emacs-diffs] Changes to emacs/src/print.c,v |
Date: |
Wed, 16 Aug 2006 05:15:25 +0000 |
CVSROOT: /cvsroot/emacs
Module name: emacs
Changes by: Richard M. Stallman <rms> 06/08/16 05:15:25
Index: print.c
===================================================================
RCS file: /cvsroot/emacs/emacs/src/print.c,v
retrieving revision 1.224
retrieving revision 1.225
diff -u -b -r1.224 -r1.225
--- print.c 17 Jul 2006 21:07:55 -0000 1.224
+++ print.c 16 Aug 2006 05:15:25 -0000 1.225
@@ -924,6 +924,15 @@
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-diffs] Changes to emacs/src/print.c,v,
Richard M. Stallman <=