diff options
| author | Richard M. Stallman | 1996-12-10 23:27:58 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1996-12-10 23:27:58 +0000 |
| commit | d3e81d0a9ea97700ee52b6606dbb629daebb499c (patch) | |
| tree | 73724529cea1cbd04369a40e5685a11a7bd858d4 /src/callproc.c | |
| parent | 345d45b2c0101cf06735b544e2f1806521f5dea9 (diff) | |
| download | emacs-d3e81d0a9ea97700ee52b6606dbb629daebb499c.tar.gz emacs-d3e81d0a9ea97700ee52b6606dbb629daebb499c.zip | |
(Fcall_process_region): Define missing local `count'.
Diffstat (limited to 'src/callproc.c')
| -rw-r--r-- | src/callproc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/callproc.c b/src/callproc.c index c76c1fd2bcb..5d743d30696 100644 --- a/src/callproc.c +++ b/src/callproc.c | |||
| @@ -633,6 +633,7 @@ If you quit, the process is killed with SIGINT, or SIGKILL if you quit again.") | |||
| 633 | struct gcpro gcpro1; | 633 | struct gcpro gcpro1; |
| 634 | Lisp_Object filename_string; | 634 | Lisp_Object filename_string; |
| 635 | register Lisp_Object start, end; | 635 | register Lisp_Object start, end; |
| 636 | int count = specpdl_ptr - specpdl; | ||
| 636 | #ifdef DOS_NT | 637 | #ifdef DOS_NT |
| 637 | char *tempfile; | 638 | char *tempfile; |
| 638 | char *outf = '\0'; | 639 | char *outf = '\0'; |