/[emacs]/emacs/lisp/progmodes/cc-mode.el
ViewVC logotype

Diff of /emacs/lisp/progmodes/cc-mode.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.37 by nickrob, Sat Apr 30 05:16:49 2005 UTC revision 1.38 by nickrob, Sun May 1 22:52:29 2005 UTC
# Line 640  Note that the style variables are always Line 640  Note that the style variables are always
640  ;;;###autoload (add-to-list 'auto-mode-alist '("\\.lex\\'" . c-mode))  ;;;###autoload (add-to-list 'auto-mode-alist '("\\.lex\\'" . c-mode))
641    
642  (defvar cc-define-alist nil "Alist of #define directives for GUD tooltips.")  (defvar cc-define-alist nil "Alist of #define directives for GUD tooltips.")
643  (defvar cc-mode-cpp-program "/lib/cpp"  (defvar cc-mode-cpp-program "gcc -E"
644    "*The program name for the CPP pre-processor.")    "*The program name for the CPP pre-processor.")
645    
646  (defun cc-create-define-alist ()  (defun cc-create-define-alist ()

Legend:
Removed from v.1.37  
changed lines
  Added in v.1.38

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26