fix #ifdef
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2589 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
Этот коммит содержится в:
родитель
c10d8ffe9f
Коммит
81e49a0d4a
@ -457,9 +457,11 @@ void do_search(void)
|
|||||||
search_abort();
|
search_abort();
|
||||||
else if (i == -2) /* Replace. */
|
else if (i == -2) /* Replace. */
|
||||||
do_replace();
|
do_replace();
|
||||||
|
#if !defined(NANO_SMALL) || defined(HAVE_REGEX_H)
|
||||||
else if (i == 1) /* Case Sensitive, Backwards, or Regexp search
|
else if (i == 1) /* Case Sensitive, Backwards, or Regexp search
|
||||||
* toggle. */
|
* toggle. */
|
||||||
do_search();
|
do_search();
|
||||||
|
#endif
|
||||||
|
|
||||||
if (i != 0)
|
if (i != 0)
|
||||||
return;
|
return;
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user