]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/completer.c
* source.c (mod_path, openp): Use HAVE_DOS_BASED_FILE_SYSTEM
[thirdparty/binutils-gdb.git] / gdb / completer.c
index 57aced8f4e01792a091255cfbb343c27e2fdc5a8..90f428c58340937464255bded298be56477ef6a6 100644 (file)
@@ -64,7 +64,7 @@ static char *gdb_completer_command_word_break_characters =
    break characters any characters that are commonly used in file
    names, such as '-', '+', '~', etc.  Otherwise, readline displays
    incorrect completion candidates.  */
-#ifdef __MSDOS__
+#if HAVE_DOS_BASED_FILE_SYSTEM
 /* MS-DOS and MS-Windows use colon as part of the drive spec, and most
    programs support @foo style response files.  */
 static char *gdb_completer_file_name_break_characters = " \t\n*|\"';?><@";