From c369014146eb1fb32c3dd5566a71bdd084220d2a Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Wed, 6 Jun 2001 10:27:59 +0000 Subject: * source.c (mod_path, openp): Use #ifdef HAVE_DOS_BASED_FILE_SYSTEM instead of #if HAVE_DOS_BASED_FILE_SYSTEM. * completer.c: Ditto. * cli/cli-cmds.c (cd_command): Ditto. --- gdb/completer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/completer.c') diff --git a/gdb/completer.c b/gdb/completer.c index 90f428c..db16d1f 100644 --- a/gdb/completer.c +++ b/gdb/completer.c @@ -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. */ -#if HAVE_DOS_BASED_FILE_SYSTEM +#ifdef 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*|\"';?><@"; -- cgit v1.1