Function: ede-preprocessor-map
ede-preprocessor-map is a byte-compiled function defined in ede.el.gz.
Signature
(ede-preprocessor-map ARG &rest ARGS)
Implementations
(ede-preprocessor-map (THIS ede-linux-target-c)) in `ede/linux.el'.
Get the pre-processor map for Linux C code. All files need the macros from lisp.h!
(ede-preprocessor-map (THIS ede-cpp-root-target)) in `ede/cpp-root.el'.
Get the pre-processor map for project THIS.
(ede-preprocessor-map (THIS ede-cpp-root-project)) in `ede/cpp-root.el'.
Get the pre-processor map for project THIS.
(ede-preprocessor-map (THIS ede-target-with-config-c)) in `ede/config.el'.
Get the pre-processor map for some generic C code.
(ede-preprocessor-map (THIS ede-target)) in `ede.el'.
Get the pre-processor map for project THIS.
(ede-preprocessor-map (THIS ede-project)) in `ede.el'.
Get the pre-processor map for project THIS.
Source Code
;; Defined in /usr/src/emacs/lisp/cedet/ede.el.gz
(cl-defmethod ede-preprocessor-map ((_this ede-project))
"Get the pre-processor map for project THIS."
nil)