Index: emacs/lisp/progmodes/cc-vars.el
diff -c emacs/lisp/progmodes/cc-vars.el:1.37
emacs/lisp/progmodes/cc-vars.el:1.38
*** emacs/lisp/progmodes/cc-vars.el:1.37 Fri Dec 31 14:52:17 2004
--- emacs/lisp/progmodes/cc-vars.el Mon May 2 00:30:14 2005
***************
*** 1476,1481 ****
--- 1476,1488 ----
:type 'c-extra-types-widget
:group 'c)
+ (defcustom cc-define-list-program "gcc -E -dM -"
+ "The program name for generating a list of #define directives.
+ This list is used to display the #define directive associated
+ with an identifier as a tooltip. It works in a debug session
+ with GDB, when tooltip-gud-tips-p is t."
+ :type 'string
+ :group 'c)
;; Non-customizable variables, still part of the interface to CC Mode
(defvar c-file-style nil
_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs