# HG changeset patch # User Glenn Morris # Date 1225943623 0 # Node ID aca04343781b416f34a53a28a32f50d8160d3813 # Parent 23cbe9ede0de76da43ca9d98ddb6a1aeb124799f (cl-macroexpand-all): Declare. diff -r 23cbe9ede0de -r aca04343781b lisp/progmodes/cc-defs.el --- a/lisp/progmodes/cc-defs.el Thu Nov 06 03:49:28 2008 +0000 +++ b/lisp/progmodes/cc-defs.el Thu Nov 06 03:53:43 2008 +0000 @@ -1685,6 +1685,9 @@ ;; `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