mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-25 15:00:45 -08:00
(debug_output_compilation_hack): Fix return type.
This commit is contained in:
parent
e9f67acfc1
commit
dae581bf8d
2 changed files with 5 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue