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:
parent
345d45b2c0
commit
d3e81d0a9e
1 changed files with 1 additions and 0 deletions
|
|
@ -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';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue