(init_eval_once): Initialize specpdl_ptr.
This commit is contained in:
parent
e6fb4d11c9
commit
270e80748a
1 changed files with 1 additions and 0 deletions
|
@ -157,6 +157,7 @@ init_eval_once ()
|
|||
{
|
||||
specpdl_size = 50;
|
||||
specpdl = (struct specbinding *) xmalloc (specpdl_size * sizeof (struct specbinding));
|
||||
specpdl_ptr = specpdl;
|
||||
max_specpdl_size = 600;
|
||||
max_lisp_eval_depth = 200;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue