/[emacs]/emacs/src/eval.c
ViewVC logotype

Diff of /emacs/src/eval.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.228 by rms, Thu Dec 2 23:36:53 2004 UTC revision 1.229 by monnier, Tue Dec 7 16:52:18 2004 UTC
# Line 204  init_eval_once () Line 204  init_eval_once ()
204    specpdl_size = 50;    specpdl_size = 50;
205    specpdl = (struct specbinding *) xmalloc (specpdl_size * sizeof (struct specbinding));    specpdl = (struct specbinding *) xmalloc (specpdl_size * sizeof (struct specbinding));
206    specpdl_ptr = specpdl;    specpdl_ptr = specpdl;
207    max_specpdl_size = 650;    max_specpdl_size = 1000;
208    max_lisp_eval_depth = 300;    max_lisp_eval_depth = 300;
209    
210    Vrun_hooks = Qnil;    Vrun_hooks = Qnil;

Legend:
Removed from v.1.228  
changed lines
  Added in v.1.229

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26