tweaks: remove the cluttering conditional compilation of a parameter

The conditionalizing saved negligible amounts of space, of memory, and
of speed.
This commit is contained in:
Benno Schulenberg
2017-01-02 21:12:44 +01:00
parent a381021ffc
commit fd0589d8bc
6 changed files with 12 additions and 53 deletions

View File

@@ -2664,11 +2664,7 @@ bool do_int_spell_fix(const char *word)
spotlight(TRUE, exp_word);
/* Let the user supply a correctly spelled alternative. */
proceed = (do_prompt(FALSE,
#ifndef DISABLE_TABCOMP
FALSE,
#endif
MSPELL, word,
proceed = (do_prompt(FALSE, FALSE, MSPELL, word,
#ifndef DISABLE_HISTORIES
NULL,
#endif