Variable: wisent-parse-max-stack-size
wisent-parse-max-stack-size is a customizable variable defined in
wisent.el.gz.
Value
500
Documentation
The parser stack size.
Source Code
;; Defined in /usr/src/emacs/lisp/cedet/semantic/wisent/wisent.el.gz
;;;; --------------------
;;;; The LR parser engine
;;;; --------------------
(defcustom wisent-parse-max-stack-size 500
"The parser stack size."
:type 'integer)