diff src/print.c @ 20377:ed6e0d0465c4

(internal_with_output_to_temp_buffer): Don't declare arg type taken by 2nd arg.
author Andreas Schwab <schwab@suse.de>
date Fri, 28 Nov 1997 14:37:15 +0000
parents 13efdf0fe96e
children ba676f083e7c
line wrap: on
line diff
--- a/src/print.c	Fri Nov 28 14:34:52 1997 +0000
+++ b/src/print.c	Fri Nov 28 14:37:15 1997 +0000
@@ -582,7 +582,7 @@
 Lisp_Object
 internal_with_output_to_temp_buffer (bufname, function, args)
      char *bufname;
-     Lisp_Object (*function) P_ ((Lisp_Object));
+     Lisp_Object (*function) ();
      Lisp_Object args;
 {
   int count = specpdl_ptr - specpdl;