comparison src/xterm.c @ 44763:f6ac4d8b01cd

Fix misleading comment after #endif.
author Pavel Janík <Pavel@Janik.cz>
date Mon, 22 Apr 2002 22:56:19 +0000
parents b4274ec69fa3
children f2158eb57017
comparison
equal deleted inserted replaced
44762:02c0a4c40254 44763:f6ac4d8b01cd
15083 XSetIOErrorHandler (x_io_error_quitter); 15083 XSetIOErrorHandler (x_io_error_quitter);
15084 15084
15085 /* Disable Window Change signals; they are handled by X events. */ 15085 /* Disable Window Change signals; they are handled by X events. */
15086 #ifdef SIGWINCH 15086 #ifdef SIGWINCH
15087 signal (SIGWINCH, SIG_DFL); 15087 signal (SIGWINCH, SIG_DFL);
15088 #endif /* ! defined (SIGWINCH) */ 15088 #endif /* SIGWINCH */
15089 15089
15090 signal (SIGPIPE, x_connection_signal); 15090 signal (SIGPIPE, x_connection_signal);
15091 15091
15092 #ifdef HAVE_X_SM 15092 #ifdef HAVE_X_SM
15093 x_session_initialize (); 15093 x_session_initialize ();