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
87e21fbd
Commit
87e21fbd
authored
Nov 02, 1999
by
Dave Love
Browse files
(init_eval): Conditionalize declaration of gcpro_level.
parent
0391ab47
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
src/ChangeLog
src/ChangeLog
+4
-0
src/eval.c
src/eval.c
+2
-0
No files found.
src/ChangeLog
View file @
87e21fbd
No preview for this file type
src/eval.c
View file @
87e21fbd
...
@@ -190,7 +190,9 @@ init_eval ()
...
@@ -190,7 +190,9 @@ init_eval ()
Vquit_flag
=
Qnil
;
Vquit_flag
=
Qnil
;
debug_on_next_call
=
0
;
debug_on_next_call
=
0
;
lisp_eval_depth
=
0
;
lisp_eval_depth
=
0
;
#ifdef DEBUG_GCPRO
gcpro_level
=
0
;
gcpro_level
=
0
;
#endif
/* This is less than the initial value of num_nonmacro_input_events. */
/* This is less than the initial value of num_nonmacro_input_events. */
when_entered_debugger
=
-
1
;
when_entered_debugger
=
-
1
;
}
}
...
...
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