From: Andreas Schwab Date: Wed, 16 Aug 2006 12:33:12 +0000 (+0000) Subject: (debug_output_compilation_hack): Fix return type. X-Git-Tag: emacs-pretest-22.0.90~974 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=dae581bf8d1eb6b08fac90505e38244db2a3f3da;p=emacs.git (debug_output_compilation_hack): Fix return type. --- diff --git a/src/ChangeLog b/src/ChangeLog index b3242619d7f..f37715a4b71 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2006-08-16 Andreas Schwab + + * print.c (debug_output_compilation_hack): Fix return type. + 2006-08-16 Richard Stallman * print.c (debug_output_compilation_hack): New function. diff --git a/src/print.c b/src/print.c index ac8736d2aa4..e56c231d30a 100644 --- a/src/print.c +++ b/src/print.c @@ -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; {