]> git.eshelyaron.com Git - emacs.git/commitdiff
(cc-mode-cpp-program): Change to "gcc -E".
authorNick Roberts <nickrob@snap.net.nz>
Sun, 1 May 2005 22:52:29 +0000 (22:52 +0000)
committerNick Roberts <nickrob@snap.net.nz>
Sun, 1 May 2005 22:52:29 +0000 (22:52 +0000)
lisp/progmodes/cc-mode.el

index 2861e6834099136571a3e7c45544ccbba7646ffc..fdb308b7dc9faaff96dd9eba6b56c69628d09e3d 100644 (file)
@@ -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 ()