summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authorrmax <rmax>2008-03-03 15:01:12 (GMT)
committerrmax <rmax>2008-03-03 15:01:12 (GMT)
commitb0c7e8ea23464b64a8fa2d99dd779f2fe0632d44 (patch)
tree44adf722947a9019054b48e696fc2d9b6d8e4aa9 /unix
parent94b2de869fe0a87ca7da963fe2ed20f4dc636552 (diff)
downloadtcl-b0c7e8ea23464b64a8fa2d99dd779f2fe0632d44.zip
tcl-b0c7e8ea23464b64a8fa2d99dd779f2fe0632d44.tar.gz
tcl-b0c7e8ea23464b64a8fa2d99dd779f2fe0632d44.tar.bz2
Fix mark and space parity on Linux
Diffstat (limited to 'unix')
-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