Skip to content

Commit

Permalink
(Fcall_process_region): Define missing local `count'.
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard M. Stallman committed Dec 10, 1996
1 parent ea270b3 commit a72e6ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/callproc.c
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down

0 comments on commit a72e6ce

Please sign in to comment.