Variable: c-lang-constants-under-evaluation
c-lang-constants-under-evaluation is a variable defined in
cc-defs.el.gz.
Value
nil
Documentation
Alist of constants in the process of being evaluated.
The cdr of each entry indicates how far we've looked in the list
of definitions, so that the def for var FOO in c-mode can be defined in
terms of the def for that same var FOO (which will then rely on the
fallback definition for all modes, to break the cycle).
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/cc-defs.el.gz
(defvar c-lang-constants-under-evaluation nil
"Alist of constants in the process of being evaluated.
The `cdr' of each entry indicates how far we've looked in the list
of definitions, so that the def for var FOO in `c-mode' can be defined in
terms of the def for that same var FOO (which will then rely on the
fallback definition for all modes, to break the cycle).")