summaryrefslogtreecommitdiffstats
path: root/unix/tclUnixChan.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2012-04-26 19:59:31 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2012-04-26 19:59:31 (GMT)
commitcae6fba5e5c433896e3f543213b348a5bd4b0365 (patch)
treed37928715d24da5d6d679e5e0256ab693f4a40a0 /unix/tclUnixChan.c
parente7c5e5570e0470eb6519169e21a8aa4e89c02f66 (diff)
parenta92c9bd5f0598832ec94d0e6be9d13bbe832996b (diff)
downloadtcl-cae6fba5e5c433896e3f543213b348a5bd4b0365.zip
tcl-cae6fba5e5c433896e3f543213b348a5bd4b0365.tar.gz
tcl-cae6fba5e5c433896e3f543213b348a5bd4b0365.tar.bz2
get rid of _ANSI_ARGS_ and CONST
Diffstat (limited to 'unix/tclUnixChan.c')
-rw-r--r--unix/tclUnixChan.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/tclUnixChan.c b/unix/tclUnixChan.c
index db137aa..b05a9f2 100644
--- a/unix/tclUnixChan.c
+++ b/unix/tclUnixChan.c
@@ -981,7 +981,7 @@ TtyGetOptionProc(
# define TtyGetBaud(speed) ((int) (speed))
#else /* !DIRECT_BAUD */
-static CONST struct {int baud; unsigned long speed;} speeds[] = {
+static const struct {int baud; unsigned long speed;} speeds[] = {
#ifdef B0
{0, B0},
#endif