summaryrefslogtreecommitdiff
path: root/lisp/progmodes/cc-vars.el
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2013-05-31 00:05:55 -0700
committerGlenn Morris <rgm@gnu.org>2013-05-31 00:05:55 -0700
commit0888c286e53b70c862eedd1871ed4e90b4f66d6e (patch)
tree56d156eed7ae05d7fd19411895795a75c1cf9c45 /lisp/progmodes/cc-vars.el
parent19bb8e629352f9438e95e62559bf73940cd3d885 (diff)
downloademacs-0888c286e53b70c862eedd1871ed4e90b4f66d6e.tar.gz
* progmodes/cc-vars.el (c-make-macro-with-semi-re): Silence compiler.
Diffstat (limited to 'lisp/progmodes/cc-vars.el')
-rw-r--r--lisp/progmodes/cc-vars.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/progmodes/cc-vars.el b/lisp/progmodes/cc-vars.el
index f830cc7edc1..f97e8d1483b 100644
--- a/lisp/progmodes/cc-vars.el
+++ b/lisp/progmodes/cc-vars.el
@@ -1645,6 +1645,7 @@ and is likely to disappear or change its form soon.")
;; `c-macro-with-semi-re' (or just copy it if it's already a re).
(setq c-macro-with-semi-re
(and
+ (boundp 'c-opt-cpp-macro-define)
c-opt-cpp-macro-define
(cond
((stringp c-macro-names-with-semicolon)