Mercurial > emacs
changeset 72419:351a59835b3a
(debug_output_compilation_hack): New function.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Wed, 16 Aug 2006 05:15:25 +0000 |
parents | 16ce988b5223 |
children | b6050f44ed8c |
files | src/print.c |
diffstat | 1 files changed, 9 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/print.c Wed Aug 16 05:14:31 2006 +0000 +++ b/src/print.c Wed Aug 16 05:15:25 2006 +0000 @@ -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)