# HG changeset patch # User Andreas Schwab # Date 1155731577 0 # Node ID e0d36f640e2c1217d2e902ee0e6ae47b2efb4150 # Parent bccc2c2ea73416d09b9e26a798aa3272331d3c2e (debug_output_compilation_hack): Fix return type. diff -r bccc2c2ea734 -r e0d36f640e2c src/print.c --- a/src/print.c Wed Aug 16 09:04:47 2006 +0000 +++ b/src/print.c Wed Aug 16 12:32:57 2006 +0000 @@ -927,7 +927,7 @@ /* This function is never called. Its purpose is to prevent print_output_debug_flag from being optimized away. */ -int +void debug_output_compilation_hack (x) int x; {