1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-26 07:33:47 +00:00

(gud-gdb-marker-regexp): Use colon always, not path-separator.

This commit is contained in:
Richard M. Stallman 1997-01-07 21:49:53 +00:00
parent 32ec095a15
commit 1ac95fabf3

View File

@ -172,8 +172,11 @@ we're in the GUD buffer)."
(cons "-fullname" args))
(defvar gud-gdb-marker-regexp
(concat "\032\032\\([^" path-separator "\n]*\\)" path-separator
"\\([0-9]*\\)" path-separator ".*\n"))
;; This used to use path-separator instead of ":";
;; however, we found that on both Windows 32 and MSDOS
;; a colon is correct here.
(concat "\032\032\\([^" ":" "\n]*\\)" ":"
"\\([0-9]*\\)" ":" ".*\n"))
;; There's no guarantee that Emacs will hand the filter the entire
;; marker at once; it could be broken up across several strings. We