changeset 99409:aca04343781b

(cl-macroexpand-all): Declare.
author Glenn Morris <rgm@gnu.org>
date Thu, 06 Nov 2008 03:53:43 +0000
parents 23cbe9ede0de
children bd9fcd20c477
files lisp/progmodes/cc-defs.el
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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