]> git.eshelyaron.com Git - emacs.git/commitdiff
(cl-macroexpand-all): Declare.
authorGlenn Morris <rgm@gnu.org>
Thu, 6 Nov 2008 03:53:43 +0000 (03:53 +0000)
committerGlenn Morris <rgm@gnu.org>
Thu, 6 Nov 2008 03:53:43 +0000 (03:53 +0000)
lisp/progmodes/cc-defs.el

index ac2c2843abed6720102547befe9273247749a227..0826f75914e5c84e23b0a35feaf567eec6774530 100644 (file)
@@ -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