Variable: semantic-lex-spp-dynamic-macro-symbol-obarray
semantic-lex-spp-dynamic-macro-symbol-obarray is a buffer-local
variable defined in lex-spp.el.gz.
Documentation
Table of macro keywords used during lexical analysis.
Macros are lexical symbols which are replaced by other lexical tokens during lexical analysis. During analysis symbols can be added and removed from this symbol table.
Source Code
;; Defined in /usr/src/emacs/lisp/cedet/semantic/lex-spp.el.gz
(defvar-local semantic-lex-spp-dynamic-macro-symbol-obarray nil
"Table of macro keywords used during lexical analysis.
Macros are lexical symbols which are replaced by other lexical
tokens during lexical analysis. During analysis symbols can be
added and removed from this symbol table.")