Index: emacs/lisp/progmodes/cc-mode.el
diff -c emacs/lisp/progmodes/cc-mode.el:1.37 
emacs/lisp/progmodes/cc-mode.el:1.38
*** emacs/lisp/progmodes/cc-mode.el:1.37        Sat Apr 30 05:16:49 2005
--- emacs/lisp/progmodes/cc-mode.el     Sun May  1 22:52:29 2005
***************
*** 640,646 ****
  ;;;###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"
    "*The program name for the CPP pre-processor.")
  
  (defun cc-create-define-alist ()
--- 640,646 ----
  ;;;###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 "gcc -E"
    "*The program name for the CPP pre-processor.")
  
  (defun cc-create-define-alist ()


_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs

Reply via email to