Variable: semantic-c-obey-conditional-section-parsing-flag

semantic-c-obey-conditional-section-parsing-flag is a customizable variable defined in c.el.gz.

Value

t

Documentation

Non-nil means to interpret preprocessor #if sections.

This implies that some blocks of code will not be parsed based on the values of the conditions in the #if blocks.

Source Code

;; Defined in /usr/src/emacs/lisp/cedet/semantic/bovine/c.el.gz
;;; Conditional Skipping
;;
(defcustom semantic-c-obey-conditional-section-parsing-flag t
  "Non-nil means to interpret preprocessor #if sections.
This implies that some blocks of code will not be parsed based on the
values of the conditions in the #if blocks."
  :group 'c
  :type 'boolean)