[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/progmodes/cc-mode.el
From: |
Nick Roberts |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/progmodes/cc-mode.el |
Date: |
Sun, 01 May 2005 18:52:29 -0400 |
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] Changes to emacs/lisp/progmodes/cc-mode.el, Sam Steingold, 2005/05/01
- [Emacs-diffs] Changes to emacs/lisp/progmodes/cc-mode.el, Nick Roberts, 2005/05/01
- [Emacs-diffs] Changes to emacs/lisp/progmodes/cc-mode.el, Nick Roberts, 2005/05/01
- [Emacs-diffs] Changes to emacs/lisp/progmodes/cc-mode.el,
Nick Roberts <=
- [Emacs-diffs] Changes to emacs/lisp/progmodes/cc-mode.el, Nick Roberts, 2005/05/01
- [Emacs-diffs] Changes to emacs/lisp/progmodes/cc-mode.el, Nick Roberts, 2005/05/03
- [Emacs-diffs] Changes to emacs/lisp/progmodes/cc-mode.el, Martin Stjernholm, 2005/05/22