From fbc6be52eb6a44fa36b9592de9f0717bf4977ad3 Mon Sep 17 00:00:00 2001 From: Nick Roberts Date: Sun, 1 May 2005 22:52:29 +0000 Subject: [PATCH] (cc-mode-cpp-program): Change to "gcc -E". --- lisp/progmodes/cc-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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." ;;;###autoload (add-to-list 'auto-mode-alist '("\\.lex\\'" . c-mode)) (defvar cc-define-alist nil "Alist of #define directives for GUD tooltips.") -(defvar cc-mode-cpp-program "/lib/cpp" +(defvar cc-mode-cpp-program "gcc -E" "*The program name for the CPP pre-processor.") (defun cc-create-define-alist () -- 2.39.2