build: fix compilation with --enable-tiny --enable-nanorc

This commit is contained in:
Benno Schulenberg 2021-12-08 12:06:33 +01:00
parent 48a19178b8
commit 1f0eb8d915

View File

@ -396,8 +396,10 @@ keystruct *strtosc(const char *input)
s->func = do_backspace;
else if (!strcmp(input, "refresh"))
s->func = full_refresh;
#ifndef NANO_TINY
else if (!strcmp(input, "suspend"))
s->func = do_suspend;
#endif
else if (!strcmp(input, "casesens"))
s->func = case_sens_void;
else if (!strcmp(input, "regexp"))