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
c1e11810
Commit
c1e11810
authored
Jan 01, 2002
by
Andreas Schwab
Browse files
(max_specpdl_size): Adjust declaration.
parent
7cff2693
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletion
+7
-1
src/ChangeLog
src/ChangeLog
+6
-0
src/lisp.h
src/lisp.h
+1
-1
No files found.
src/ChangeLog
View file @
c1e11810
2002-01-01 Andreas Schwab <schwab@suse.de>
* eval.c (max_specpdl_size, max_lisp_eval_depth): Define as int,
not EMACS_INT, to make them compatible with DEFVAR_INT.
* lisp.h (max_specpdl_size): Adjust declaration.
2002-01-01 Richard M. Stallman <rms@gnu.org>
* print.c (print_object): Test print_escape_nonascii only for
...
...
src/lisp.h
View file @
c1e11810
...
...
@@ -1653,7 +1653,7 @@ extern struct specbinding *specpdl;
extern struct specbinding *specpdl_ptr;
extern int specpdl_size;
extern
EMACS_INT
max_specpdl_size;
extern
int
max_specpdl_size;
#define BINDING_STACK_SIZE() (specpdl_ptr - specpdl)
...
...
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