build: fix miscompilation for --enable-{tiny,color,nanorc}

This should have been part of commit 096e3627 from a month ago.
master
Benno Schulenberg 2020-07-16 12:45:21 +02:00
parent 60d31d2ea6
commit 0ed1695fd4
1 changed files with 1 additions and 1 deletions

View File

@ -413,7 +413,7 @@ RETSIGTYPE handle_crash(int signal);
#endif
RETSIGTYPE do_suspend(int signal);
RETSIGTYPE do_continue(int signal);
#if !defined(NANO_TINY) || defined(ENABLE_SPELLER)
#if !defined(NANO_TINY) || defined(ENABLE_SPELLER) || defined(ENABLE_COLOR)
void block_sigwinch(bool blockit);
#endif
#ifndef NANO_TINY