emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/eval.c


From: Andreas Schwab
Subject: [Emacs-diffs] Changes to emacs/src/eval.c
Date: Tue, 01 Jan 2002 11:59:18 -0500

Index: emacs/src/eval.c
diff -c emacs/src/eval.c:1.179 emacs/src/eval.c:1.180
*** emacs/src/eval.c:1.179      Sat Dec 22 09:01:01 2001
--- emacs/src/eval.c    Tue Jan  1 11:59:17 2002
***************
*** 119,125 ****
  
  /* Maximum size allowed for specpdl allocation */
  
! EMACS_INT max_specpdl_size;
  
  /* Depth in Lisp evaluations and function calls.  */
  
--- 119,125 ----
  
  /* Maximum size allowed for specpdl allocation */
  
! int max_specpdl_size;
  
  /* Depth in Lisp evaluations and function calls.  */
  
***************
*** 127,133 ****
  
  /* Maximum allowed depth in Lisp evaluations and function calls.  */
  
! EMACS_INT max_lisp_eval_depth;
  
  /* Nonzero means enter debugger before next function call */
  
--- 127,133 ----
  
  /* Maximum allowed depth in Lisp evaluations and function calls.  */
  
! int max_lisp_eval_depth;
  
  /* Nonzero means enter debugger before next function call */
  



reply via email to

[Prev in Thread] Current Thread [Next in Thread]