Fix compile error when tab completion disabled

This commit is contained in:
Glenn L McGrath 2004-01-25 08:46:10 +00:00
parent 4766a2d56c
commit bbbe21d6b0

View File

@ -4117,7 +4117,7 @@ changepath(const char *newval)
firstchange = 0;
clearcmdentry(firstchange);
builtinloc = idx_bltin;
#ifdef CONFIG_FEATURE_COMMAND_EDITING
#ifdef CONFIG_FEATURE_COMMAND_TAB_COMPLETION
cmdedit_path_lookup = newval;
#endif
}