comparison src/print.c @ 72423:e0d36f640e2c

(debug_output_compilation_hack): Fix return type.
author Andreas Schwab <schwab@suse.de>
date Wed, 16 Aug 2006 12:32:57 +0000
parents 351a59835b3a
children ddb8aab05531 694bbb62a75d 7f3f771c85fa
comparison
equal deleted inserted replaced
72422:bccc2c2ea734 72423:e0d36f640e2c
925 } 925 }
926 926
927 /* This function is never called. Its purpose is to prevent 927 /* This function is never called. Its purpose is to prevent
928 print_output_debug_flag from being optimized away. */ 928 print_output_debug_flag from being optimized away. */
929 929
930 int 930 void
931 debug_output_compilation_hack (x) 931 debug_output_compilation_hack (x)
932 int x; 932 int x;
933 { 933 {
934 print_output_debug_flag = x; 934 print_output_debug_flag = x;
935 } 935 }