diff options
| author | Andreas Schwab | 2006-08-16 12:33:12 +0000 |
|---|---|---|
| committer | Andreas Schwab | 2006-08-16 12:33:12 +0000 |
| commit | dae581bf8d1eb6b08fac90505e38244db2a3f3da (patch) | |
| tree | a8aa826c5ca96fa0da6c61a5eb895d92883bacdc /src | |
| parent | e9f67acfc1ab9c2038d7c82ddbed91ea824a599e (diff) | |
| download | emacs-dae581bf8d1eb6b08fac90505e38244db2a3f3da.tar.gz emacs-dae581bf8d1eb6b08fac90505e38244db2a3f3da.zip | |
(debug_output_compilation_hack): Fix return type.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 4 | ||||
| -rw-r--r-- | src/print.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index b3242619d7f..f37715a4b71 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2006-08-16 Andreas Schwab <schwab@suse.de> | ||
| 2 | |||
| 3 | * print.c (debug_output_compilation_hack): Fix return type. | ||
| 4 | |||
| 1 | 2006-08-16 Richard Stallman <rms@gnu.org> | 5 | 2006-08-16 Richard Stallman <rms@gnu.org> |
| 2 | 6 | ||
| 3 | * print.c (debug_output_compilation_hack): New function. | 7 | * 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. */) | |||
| 927 | /* This function is never called. Its purpose is to prevent | 927 | /* This function is never called. Its purpose is to prevent |
| 928 | print_output_debug_flag from being optimized away. */ | 928 | print_output_debug_flag from being optimized away. */ |
| 929 | 929 | ||
| 930 | int | 930 | void |
| 931 | debug_output_compilation_hack (x) | 931 | debug_output_compilation_hack (x) |
| 932 | int x; | 932 | int x; |
| 933 | { | 933 | { |