aboutsummaryrefslogtreecommitdiffstats
path: root/src/print.c
diff options
context:
space:
mode:
authorAndreas Schwab1998-04-14 12:25:56 +0000
committerAndreas Schwab1998-04-14 12:25:56 +0000
commitdfcf069d565c347abf3cb7cec80e6ed8432037ba (patch)
treecd9620f10084ffa69d7d6ae26284ffd69d4c07a5 /src/print.c
parent0f94f94657ad7a6a68e64c612285a5e06152def2 (diff)
downloademacs-dfcf069d565c347abf3cb7cec80e6ed8432037ba.tar.gz
emacs-dfcf069d565c347abf3cb7cec80e6ed8432037ba.zip
Fix -Wimplicit warnings.
Diffstat (limited to 'src/print.c')
-rw-r--r--src/print.c2
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)
683Lisp_Object 683Lisp_Object
684internal_with_output_to_temp_buffer (bufname, function, args) 684internal_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;