]> git.pld-linux.org Git - packages/tcl.git/blame - tcl-gcc4.patch
- fix paths in tclConfig.sh
[packages/tcl.git] / tcl-gcc4.patch
CommitLineData
a5368322
MM
1--- tcl8.5a2/generic/tclInt.h.orig 2005-04-21 12:21:39.460753392 +0000
2+++ tcl8.5a2/generic/tclInt.h 2005-04-21 12:22:10.599019656 +0000
3@@ -1957,8 +1957,10 @@
4 MODULE_SCOPE void TclpCutSockChannel _ANSI_ARGS_((Tcl_Channel chan));
5 MODULE_SCOPE void TclpSpliceFileChannel _ANSI_ARGS_((Tcl_Channel chan));
6 MODULE_SCOPE void TclpSpliceSockChannel _ANSI_ARGS_((Tcl_Channel chan));
7+/* TclpPanic definition in tclUnixPort.h is... erm... weird
8 MODULE_SCOPE void TclpPanic _ANSI_ARGS_(TCL_VARARGS(CONST char *,
9 format));
10+*/
11 MODULE_SCOPE char * TclpReadlink _ANSI_ARGS_((CONST char *fileName,
12 Tcl_DString *linkPtr));
13 MODULE_SCOPE void TclpReleaseFile _ANSI_ARGS_((TclFile file));
This page took 0.025936 seconds and 4 git commands to generate.