ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/init.C
(Generate patch)

Comparing rxvt-unicode/src/init.C (file contents):
Revision 1.224 by ayin, Mon Nov 26 11:20:16 2007 UTC vs.
Revision 1.225 by ayin, Tue Dec 11 11:39:06 2007 UTC

1226 1226
1227 /* 1227 /*
1228 * Debugging 1228 * Debugging
1229 */ 1229 */
1230#ifdef DEBUG_TTYMODE 1230#ifdef DEBUG_TTYMODE
1231#ifdef HAVE_TERMIOS_H
1232 /* c_iflag bits */ 1231 /* c_iflag bits */
1233 fprintf (stderr, "Input flags\n"); 1232 fprintf (stderr, "Input flags\n");
1234 1233
1235 /* cpp token stringize doesn't work on all machines <sigh> */ 1234 /* cpp token stringize doesn't work on all machines <sigh> */
1236# define FOO(flag,name) \ 1235# define FOO(flag,name) \
1299 FOO (VLNEXT, "VLNEXT"); 1298 FOO (VLNEXT, "VLNEXT");
1300# endif 1299# endif
1301 1300
1302 fprintf (stderr, "\n"); 1301 fprintf (stderr, "\n");
1303# undef FOO 1302# undef FOO
1304# endif /* HAVE_TERMIOS_H */
1305#endif /* DEBUG_TTYMODE */ 1303#endif /* DEBUG_TTYMODE */
1306} 1304}
1307 1305
1308/*----------------------------------------------------------------------*/ 1306/*----------------------------------------------------------------------*/
1309/* 1307/*

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines