build: fix miscompilation for --enable-{tiny,color,nanorc}
This should have been part of commit 096e3627
from a month ago.
master
parent
60d31d2ea6
commit
0ed1695fd4
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue