1
1

tweaks: fix compilation with --enable-tiny --enable-histories

Этот коммит содержится в:
Benno Schulenberg 2017-10-29 10:30:01 +01:00
родитель 84c650b80a
Коммит ab6e4e36e2

Просмотреть файл

@ -1066,7 +1066,10 @@ void do_insertfile(void)
#endif
MINSERTFILE, given,
#ifndef DISABLE_HISTORIES
execute ? &execute_history : NULL,
#ifndef NANO_TINY
execute ? &execute_history :
#endif
NULL,
#endif
edit_refresh, msg,
#ifndef DISABLE_OPERATINGDIR