]> granicus.if.org Git - python/commit
Add more protection around the VSWTC/VSWTCH, CRTSCTS, and XTABS symbols;
authorFred Drake <fdrake@acm.org>
Fri, 2 Mar 2001 06:50:58 +0000 (06:50 +0000)
committerFred Drake <fdrake@acm.org>
Fri, 2 Mar 2001 06:50:58 +0000 (06:50 +0000)
commitdedbebf9f8e19a94804d0d508df463b74a333d71
tree90df8ab727976124f6e6d381a11b665107e2c73f
parent9089b2769ecf9b6825f204001d410830883f8e19
Add more protection around the VSWTC/VSWTCH, CRTSCTS, and XTABS symbols;
these can be missing on some (all?) Irix and Tru64 versions.

Protect the CRTSCTS value with a cast; this can be a larger value on
Solaris/SPARC.

This should fix SF tracker items #405092, #405350, and #405355.
Modules/termios.c