1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-06 03:40:56 -08:00

(Fcall_process_region): Define missing local `count'.

This commit is contained in:
Richard M. Stallman 1996-12-10 23:27:58 +00:00
parent 345d45b2c0
commit d3e81d0a9e

View file

@ -633,6 +633,7 @@ If you quit, the process is killed with SIGINT, or SIGKILL if you quit again.")
struct gcpro gcpro1;
Lisp_Object filename_string;
register Lisp_Object start, end;
int count = specpdl_ptr - specpdl;
#ifdef DOS_NT
char *tempfile;
char *outf = '\0';