diff options
| author | Andreas Schwab | 1998-04-14 12:25:56 +0000 |
|---|---|---|
| committer | Andreas Schwab | 1998-04-14 12:25:56 +0000 |
| commit | dfcf069d565c347abf3cb7cec80e6ed8432037ba (patch) | |
| tree | cd9620f10084ffa69d7d6ae26284ffd69d4c07a5 /src/print.c | |
| parent | 0f94f94657ad7a6a68e64c612285a5e06152def2 (diff) | |
| download | emacs-dfcf069d565c347abf3cb7cec80e6ed8432037ba.tar.gz emacs-dfcf069d565c347abf3cb7cec80e6ed8432037ba.zip | |
Fix -Wimplicit warnings.
Diffstat (limited to 'src/print.c')
| -rw-r--r-- | src/print.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/print.c b/src/print.c index 8bfefe0508c..49a0610860e 100644 --- a/src/print.c +++ b/src/print.c | |||
| @@ -683,7 +683,7 @@ temp_output_buffer_setup (bufname) | |||
| 683 | Lisp_Object | 683 | Lisp_Object |
| 684 | internal_with_output_to_temp_buffer (bufname, function, args) | 684 | internal_with_output_to_temp_buffer (bufname, function, args) |
| 685 | char *bufname; | 685 | char *bufname; |
| 686 | Lisp_Object (*function) (); | 686 | Lisp_Object (*function) P_ ((Lisp_Object)); |
| 687 | Lisp_Object args; | 687 | Lisp_Object args; |
| 688 | { | 688 | { |
| 689 | int count = specpdl_ptr - specpdl; | 689 | int count = specpdl_ptr - specpdl; |