Index: emacs/lisp/progmodes/gdb-ui.el
diff -c emacs/lisp/progmodes/gdb-ui.el:1.64 emacs/lisp/progmodes/gdb-ui.el:1.65
*** emacs/lisp/progmodes/gdb-ui.el:1.64 Wed May 4 20:44:02 2005
--- emacs/lisp/progmodes/gdb-ui.el Fri May 6 12:47:54 2005
***************
*** 196,205 ****
:group 'gud
:version "22.1")
! (defcustom gdb-cpp-define-alist-program
! (cond ((eq system-type 'ms-dos) "gcc -E -dM -o - -")
! (t "gcc -E -dM -"))
! "The program name for generating an alist 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."
--- 196,203 ----
:group 'gud
:version "22.1")
! (defcustom gdb-cpp-define-alist-program "gcc -E -dM -"
! "Shell command for generating a list of defined macros in a source file.
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."
_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs