expect/expect-5.43.0-tcl8.5.patch
2008-01-07 09:42:59 +00:00

24 lines
801 B
Diff

diff -up expect-5.43/tests/all.tcl expect-5.43/tests/all
diff -up expect-5.43/Dbg.c.tcl expect-5.43/Dbg.c
--- expect-5.43/Dbg.c.tcl 2008-01-04 19:25:02.000000000 +0100
+++ expect-5.43/Dbg.c 2008-01-04 19:25:25.000000000 +0100
@@ -10,6 +10,7 @@ would appreciate credit if this program
#include <stdio.h>
+#include "expect_cf.h"
#include "tcldbgcf.h"
#if 0
/* tclInt.h drags in stdlib. By claiming no-stdlib, force it to drag in */
diff -up expect-5.43/exp_inter.c.tcl expect-5.43/exp_inter.c
--- expect-5.43/exp_inter.c.tcl 2008-01-04 19:23:47.000000000 +0100
+++ expect-5.43/exp_inter.c 2008-01-04 19:24:24.000000000 +0100
@@ -36,6 +36,7 @@ would appreciate credit if this program
#include <ctype.h>
#include "tcl.h"
+#include "tclInt.h"
#include "string.h"
#include "exp_tty_in.h"