comparison 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
comparison
equal deleted inserted replaced
20376:67f1753dc577 20377:ed6e0d0465c4
580 } 580 }
581 581
582 Lisp_Object 582 Lisp_Object
583 internal_with_output_to_temp_buffer (bufname, function, args) 583 internal_with_output_to_temp_buffer (bufname, function, args)
584 char *bufname; 584 char *bufname;
585 Lisp_Object (*function) P_ ((Lisp_Object)); 585 Lisp_Object (*function) ();
586 Lisp_Object args; 586 Lisp_Object args;
587 { 587 {
588 int count = specpdl_ptr - specpdl; 588 int count = specpdl_ptr - specpdl;
589 Lisp_Object buf, val; 589 Lisp_Object buf, val;
590 struct gcpro gcpro1; 590 struct gcpro gcpro1;