changeset 62001:1650d8cea39e

(cc-mode-cpp-program): Change to "gcc -E".
author Nick Roberts <nickrob@snap.net.nz>
date Sun, 01 May 2005 22:52:29 +0000
parents b5861a852e49
children 5b7105f0624e
files lisp/progmodes/cc-mode.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/progmodes/cc-mode.el	Sun May 01 22:51:13 2005 +0000
+++ b/lisp/progmodes/cc-mode.el	Sun May 01 22:52:29 2005 +0000
@@ -640,7 +640,7 @@
 ;;;###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 ()