]> git.pld-linux.org Git - packages/tcl.git/blob - tcl-bug-1618411-workaround.patch
- revert. package@ftp is fine. my fault.
[packages/tcl.git] / tcl-bug-1618411-workaround.patch
1 diff -urN tcl8.5a5.org/unix/tclUnixInit.c tcl8.5a5/unix/tclUnixInit.c
2 --- tcl8.5a5.org/unix/tclUnixInit.c     2006-09-10 19:04:07.000000000 +0200
3 +++ tcl8.5a5/unix/tclUnixInit.c 2006-12-18 22:48:30.984344000 +0100
4 @@ -42,7 +42,7 @@
5   * stack.
6   */
7  
8 -#undef TCL_NO_STACK_CHECK
9 +#define TCL_NO_STACK_CHECK 1
10  
11  /*
12   * Define this if you want to see a lot of output regarding stack checking.
This page took 0.027623 seconds and 3 git commands to generate.