summaryrefslogtreecommitdiffstats
path: root/unix/tclUnixChan.c
diff options
context:
space:
mode:
authorrmax <rmax>2008-03-03 15:01:12 (GMT)
committerrmax <rmax>2008-03-03 15:01:12 (GMT)
commit6dcbff18844a8181ed502d10d6004ae66adddfb6 (patch)
tree44adf722947a9019054b48e696fc2d9b6d8e4aa9 /unix/tclUnixChan.c
parent5771efaaf4889edc70633892c57587bc1df5445a (diff)
downloadtcl-6dcbff18844a8181ed502d10d6004ae66adddfb6.zip
tcl-6dcbff18844a8181ed502d10d6004ae66adddfb6.tar.gz
tcl-6dcbff18844a8181ed502d10d6004ae66adddfb6.tar.bz2
Fix mark and space parity on Linux
Diffstat (limited to 'unix/tclUnixChan.c')
-rw-r--r--unix/tclUnixChan.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/unix/tclUnixChan.c b/unix/tclUnixChan.c
index 5c4cb65..33b52b8 100644
--- a/unix/tclUnixChan.c
+++ b/unix/tclUnixChan.c
@@ -10,7 +10,7 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tclUnixChan.c,v 1.42.2.10 2006/11/28 16:29:48 kennykb Exp $
+ * RCS: @(#) $Id: tclUnixChan.c,v 1.42.2.11 2008/03/03 15:01:14 rmax Exp $
*/
#include "tclInt.h" /* Internal definitions for Tcl. */
@@ -96,6 +96,9 @@
# if !defined(CRTSCTS) && defined(CNEW_RTSCTS)
# define CRTSCTS CNEW_RTSCTS
# endif /* !CRTSCTS&CNEW_RTSCTS */
+# if !defined(PAREXT) && defined(CMSPAR)
+# define PAREXT CMSPAR
+# endif /* !PAREXT&&CMSPAR */
#else /* !USE_TERMIOS */
#ifdef USE_TERMIO