Function: semantic-lex-spp-merge-header

semantic-lex-spp-merge-header is a byte-compiled function defined in lex-spp.el.gz.

Signature

(semantic-lex-spp-merge-header NAME)

Documentation

Extract and merge any macros from the header with NAME.

Finds the header file belonging to NAME, gets the macros from that file, and then merge the macros with our current symbol table.

Source Code

;; Defined in /usr/src/emacs/lisp/cedet/semantic/lex-spp.el.gz
(defun semantic-lex-spp-merge-header (_name)
  "Extract and merge any macros from the header with NAME.
Finds the header file belonging to NAME, gets the macros
from that file, and then merge the macros with our current
symbol table."
  (when semantic-lex-spp-use-headers-flag
    nil  ; @todo - do this someday, ok?
    ))