Variable: semantic-lex-spp-macro-max-length-to-save
semantic-lex-spp-macro-max-length-to-save is a customizable variable
defined in lex-spp.el.gz.
Value
200
Documentation
Maximum length of an SPP macro before we opt to not save it.
Source Code
;; Defined in /usr/src/emacs/lisp/cedet/semantic/lex-spp.el.gz
;;; EIEIO USAGE
;;
;; Semanticdb can save off macro tables for quick lookup later.
;;
;; These routines are for saving macro lists into an EIEIO persistent
;; file.
(defcustom semantic-lex-spp-macro-max-length-to-save 200
"Maximum length of an SPP macro before we opt to not save it."
:type 'integer
:group 'semantic)