Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
d3e81d0a
Commit
d3e81d0a
authored
Dec 10, 1996
by
Richard M. Stallman
Browse files
(Fcall_process_region): Define missing local `count'.
parent
345d45b2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
src/callproc.c
src/callproc.c
+1
-0
No files found.
src/callproc.c
View file @
d3e81d0a
...
@@ -633,6 +633,7 @@ If you quit, the process is killed with SIGINT, or SIGKILL if you quit again.")
...
@@ -633,6 +633,7 @@ If you quit, the process is killed with SIGINT, or SIGKILL if you quit again.")
struct
gcpro
gcpro1
;
struct
gcpro
gcpro1
;
Lisp_Object
filename_string
;
Lisp_Object
filename_string
;
register
Lisp_Object
start
,
end
;
register
Lisp_Object
start
,
end
;
int
count
=
specpdl_ptr
-
specpdl
;
#ifdef DOS_NT
#ifdef DOS_NT
char
*
tempfile
;
char
*
tempfile
;
char
*
outf
=
'\0'
;
char
*
outf
=
'\0'
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment