First batch of changes from FailSafeC
This is all tiny stuff - allow overriding WIDENED_PROTOTYPES from the hints file, missing NO_SIGNAL conditionals, remove a GCC-ism, conditional indentation, void return in a non-void function.
This commit is contained in:
@@ -338,7 +338,7 @@ char** argv;
|
||||
|
||||
ttyDisplay->lastwin = WIN_ERR;
|
||||
|
||||
#if defined(SIGWINCH) && defined(CLIPPING)
|
||||
#if defined(SIGWINCH) && defined(CLIPPING) && !defined(NO_SIGNAL)
|
||||
(void) signal(SIGWINCH, winch);
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user