From: Nick Roberts Date: Sun, 1 May 2005 22:52:29 +0000 (+0000) Subject: (cc-mode-cpp-program): Change to "gcc -E". X-Git-Tag: ttn-vms-21-2-B4~598 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=fbc6be52eb6a44fa36b9592de9f0717bf4977ad3;p=emacs.git (cc-mode-cpp-program): Change to "gcc -E". --- 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 ()