diff options
| author | Eli Zaretskii | 2005-05-06 12:47:54 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2005-05-06 12:47:54 +0000 |
| commit | 83ef7c48bd93a4c812b613aff37e39391fa6c528 (patch) | |
| tree | 10aa594d488fad81b2be6387939447420e48d88c | |
| parent | 38a300b17661c075b1cd2aa0467182fb28daebf6 (diff) | |
| download | emacs-83ef7c48bd93a4c812b613aff37e39391fa6c528.tar.gz emacs-83ef7c48bd93a4c812b613aff37e39391fa6c528.zip | |
(gdb-cpp-define-alist-program): Doc fix.
Remove the redundant test for ms-dos.
| -rw-r--r-- | lisp/progmodes/gdb-ui.el | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/lisp/progmodes/gdb-ui.el b/lisp/progmodes/gdb-ui.el index 56344a67e5c..7c679b226c3 100644 --- a/lisp/progmodes/gdb-ui.el +++ b/lisp/progmodes/gdb-ui.el | |||
| @@ -196,10 +196,8 @@ detailed description of this mode. | |||
| 196 | :group 'gud | 196 | :group 'gud |
| 197 | :version "22.1") | 197 | :version "22.1") |
| 198 | 198 | ||
| 199 | (defcustom gdb-cpp-define-alist-program | 199 | (defcustom gdb-cpp-define-alist-program "gcc -E -dM -" |
| 200 | (cond ((eq system-type 'ms-dos) "gcc -E -dM -o - -") | 200 | "Shell command for generating a list of defined macros in a source file. |
| 201 | (t "gcc -E -dM -")) | ||
| 202 | "The program name for generating an alist of #define directives. | ||
| 203 | This list is used to display the #define directive associated | 201 | This list is used to display the #define directive associated |
| 204 | with an identifier as a tooltip. It works in a debug session with | 202 | with an identifier as a tooltip. It works in a debug session with |
| 205 | GDB, when tooltip-gud-tips-p is t." | 203 | GDB, when tooltip-gud-tips-p is t." |