Magellan Linux

Contents of /trunk/expect/patches/expect-5.43.0-tcl8.5.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 792 - (show annotations) (download)
Sun May 10 08:02:28 2009 UTC (14 years, 11 months ago) by niro
File size: 756 byte(s)
tcl85 fixes

1 diff -up expect-5.43/Dbg.c.tcl8.5 expect-5.43/Dbg.c
2 --- expect-5.43/Dbg.c.tcl8.5 2002-03-23 05:11:54.000000000 +0100
3 +++ expect-5.43/Dbg.c 2008-09-25 12:25:40.000000000 +0200
4 @@ -10,6 +10,7 @@ would appreciate credit if this program
5
6 #include <stdio.h>
7
8 +#include "expect_cf.h"
9 #include "tcldbgcf.h"
10 #if 0
11 /* tclInt.h drags in stdlib. By claiming no-stdlib, force it to drag in */
12 diff -up expect-5.43/exp_inter.c.tcl8.5 expect-5.43/exp_inter.c
13 --- expect-5.43/exp_inter.c.tcl8.5 2004-08-18 04:03:00.000000000 +0200
14 +++ expect-5.43/exp_inter.c 2008-09-25 12:25:40.000000000 +0200
15 @@ -36,6 +36,7 @@ would appreciate credit if this program
16 #include <ctype.h>
17
18 #include "tcl.h"
19 +#include "tclInt.h"
20 #include "string.h"
21
22 #include "exp_tty_in.h"