aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/progmodes/cc-mode.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/cc-mode.el b/lisp/progmodes/cc-mode.el
index 2861e683409..fdb308b7dc9 100644
--- a/lisp/progmodes/cc-mode.el
+++ b/lisp/progmodes/cc-mode.el
@@ -640,7 +640,7 @@ Note that the style variables are always made local to the buffer."
640;;;###autoload (add-to-list 'auto-mode-alist '("\\.lex\\'" . c-mode)) 640;;;###autoload (add-to-list 'auto-mode-alist '("\\.lex\\'" . c-mode))
641 641
642(defvar cc-define-alist nil "Alist of #define directives for GUD tooltips.") 642(defvar cc-define-alist nil "Alist of #define directives for GUD tooltips.")
643(defvar cc-mode-cpp-program "/lib/cpp" 643(defvar cc-mode-cpp-program "gcc -E"
644 "*The program name for the CPP pre-processor.") 644 "*The program name for the CPP pre-processor.")
645 645
646(defun cc-create-define-alist () 646(defun cc-create-define-alist ()