summaryrefslogtreecommitdiff
path: root/lisp/gud.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1994-07-24 20:01:13 +0000
committerRichard M. Stallman <rms@gnu.org>1994-07-24 20:01:13 +0000
commite219225d6cf38a11a4f64fce534f9075f7b0567b (patch)
tree3d5b4e149b553a567e9eb2f7a472fcae55da4fe4 /lisp/gud.el
parent013096f6e4a079656d197d31b8179773f78d8fc1 (diff)
downloademacs-e219225d6cf38a11a4f64fce534f9075f7b0567b.tar.gz
(dbx): Use system-configuration, not system-type.
Diffstat (limited to 'lisp/gud.el')
-rw-r--r--lisp/gud.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/gud.el b/lisp/gud.el
index 85d97507e35..bfb383d3bcd 100644
--- a/lisp/gud.el
+++ b/lisp/gud.el
@@ -635,8 +635,8 @@ and source-file directory for your debugger."
;; Make dbx give out the source location info that we need.
(process-send-string (get-buffer-process gud-comint-buffer)
"printf \"\032\032%1d:\",$curline;file\n"))
- ((or (string-match "-sunos" (symbol-name system-type))
- (string-match "-solaris" (symbol-name system-type)))
+ ((or (string-match "-sunos" system-configuration)
+ (string-match "-solaris" system-configuration))
;; The following works for both the UCB and SunPro 2.0.1 versions
;; of dbx. The `stop' is lost using the `\n' separator as in the
;; default case. Is there a dbx where the newline is actually