Show
Ignore:
Timestamp:
08/18/06 08:35:31 (2 years ago)
Author:
miyoshi
Message:

Sync up with Emacs CVS HEAD.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/print.c

    r4131 r4148  
    925925} 
    926926 
     927/* This function is never called.  Its purpose is to prevent 
     928   print_output_debug_flag from being optimized away.  */ 
     929 
     930void 
     931debug_output_compilation_hack (x) 
     932     int x; 
     933{ 
     934  print_output_debug_flag = x; 
     935} 
    927936 
    928937#if defined(GNU_LINUX)