changeset 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 bccc2c2ea734
children 068203ad5df7
files src/print.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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;
 {