(debug_output_compilation_hack): Fix return type.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2006-08-16 Andreas Schwab <schwab@suse.de>
|
||||
|
||||
* print.c (debug_output_compilation_hack): Fix return type.
|
||||
|
||||
2006-08-16 Richard Stallman <rms@gnu.org>
|
||||
|
||||
* print.c (debug_output_compilation_hack): New function.
|
||||
|
||||
@@ -927,7 +927,7 @@ to make it write to the debugging output. */)
|
||||
/* 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;
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user