1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-01 08:17:38 +00:00

(debug_output_compilation_hack): Fix return type.

This commit is contained in:
Andreas Schwab 2006-08-16 12:33:12 +00:00
parent e9f67acfc1
commit dae581bf8d
2 changed files with 5 additions and 1 deletions

View File

@ -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.

View File

@ -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;
{