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:
parent
e9f67acfc1
commit
dae581bf8d
@ -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;
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user