aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/cc-defs.el
diff options
context:
space:
mode:
authorGlenn Morris <[email protected]>2008-11-06 03:53:43 +0000
committerGlenn Morris <[email protected]>2008-11-06 03:53:43 +0000
commite8fee30c4f5ca621344982e771ea51445c09b2c8 (patch)
tree60683a563596811dc10243821714461c744dd821 /lisp/progmodes/cc-defs.el
parenta1dd29361ac672769fd65b1648457d77200607e5 (diff)
(cl-macroexpand-all): Declare.
Diffstat (limited to 'lisp/progmodes/cc-defs.el')
-rw-r--r--lisp/progmodes/cc-defs.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/progmodes/cc-defs.el b/lisp/progmodes/cc-defs.el
index ac2c2843ab..0826f75914 100644
--- a/lisp/progmodes/cc-defs.el
+++ b/lisp/progmodes/cc-defs.el
@@ -1685,6 +1685,9 @@ itself is evaluated."
;; `cl-macroexpand-all' inside `c-lang-defconst'.
(eval form))
+;; Only used at compile time - suppress "might not be defined at runtime".
+(declare-function cl-macroexpand-all "cl" (form &optional env))
+
(defmacro c-lang-defconst (name &rest args)
"Set the language specific values of the language constant NAME.
The second argument can optionally be a docstring. The rest of the