build: fix compilation when configured with --disable-nanorc
This commit is contained in:
parent
44836e77be
commit
e542e5943e
@ -1110,6 +1110,7 @@ void toggle_this(int flag)
|
|||||||
refresh_needed = TRUE;
|
refresh_needed = TRUE;
|
||||||
break;
|
break;
|
||||||
#endif
|
#endif
|
||||||
|
#ifdef ENABLE_NANORC
|
||||||
case TABS_TO_SPACES:
|
case TABS_TO_SPACES:
|
||||||
if (openfile->syntax && openfile->syntax->tab) {
|
if (openfile->syntax && openfile->syntax->tab) {
|
||||||
statusline(AHEM, _("Current syntax determines Tab"));
|
statusline(AHEM, _("Current syntax determines Tab"));
|
||||||
@ -1117,6 +1118,7 @@ void toggle_this(int flag)
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
#endif
|
||||||
#ifdef ENABLE_MOUSE
|
#ifdef ENABLE_MOUSE
|
||||||
case USE_MOUSE:
|
case USE_MOUSE:
|
||||||
mouse_init();
|
mouse_init();
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user