diff lisp/progmodes/cc-mode.el @ 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 bf3ad3b1e943
children 230e62dae4d1
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 ()