# HG changeset patch # User Pavel Jank # Date 1019516179 0 # Node ID f6ac4d8b01cd7d7b2288b93e7119e43eb20a37f3 # Parent 02c0a4c4025451e72ae64dea52eccfe720d87132 Fix misleading comment after #endif. diff -r 02c0a4c40254 -r f6ac4d8b01cd src/xterm.c --- a/src/xterm.c Mon Apr 22 22:54:10 2002 +0000 +++ b/src/xterm.c Mon Apr 22 22:56:19 2002 +0000 @@ -15085,7 +15085,7 @@ /* Disable Window Change signals; they are handled by X events. */ #ifdef SIGWINCH signal (SIGWINCH, SIG_DFL); -#endif /* ! defined (SIGWINCH) */ +#endif /* SIGWINCH */ signal (SIGPIPE, x_connection_signal);