summaryrefslogtreecommitdiffstats
path: root/generic/tclInt.h
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2004-06-18 20:38:00 (GMT)
committerdgp <dgp@users.sourceforge.net>2004-06-18 20:38:00 (GMT)
commit1247e7630960b0ed9658d606b4a11e5855bf5298 (patch)
tree62641558728e9adf15391570df8b7c2fe4f8f179 /generic/tclInt.h
parent5aa07287a0a3096095738841d801cd1fc7670a34 (diff)
downloadtcl-1247e7630960b0ed9658d606b4a11e5855bf5298.zip
tcl-1247e7630960b0ed9658d606b4a11e5855bf5298.tar.gz
tcl-1247e7630960b0ed9658d606b4a11e5855bf5298.tar.bz2
* generic/tclEncoding.c: Static TclFindEncodings -> FindEncodings.
* generic/tclInt.h: Updated TclpFindExecutable() so that failed * generic/tclUtil.c: attempts to find the executable are saved * unix/tclUnixFile.c: just as successful finds are. [Patch 966053] * unix/tclUnixTest.c:
Diffstat (limited to 'generic/tclInt.h')
-rw-r--r--generic/tclInt.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/generic/tclInt.h b/generic/tclInt.h
index e96b5a8..6723f03 100644
--- a/generic/tclInt.h
+++ b/generic/tclInt.h
@@ -12,7 +12,7 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tclInt.h,v 1.164 2004/06/18 15:12:39 dkf Exp $
+ * RCS: @(#) $Id: tclInt.h,v 1.165 2004/06/18 20:38:01 dgp Exp $
*/
#ifndef _TCLINT
@@ -1641,6 +1641,7 @@ typedef Tcl_ObjCmdProc *TclObjCmdProcType;
extern char * tclExecutableName;
extern char * tclNativeExecutableName;
+extern int tclFindExecutableSearchDone;
extern char * tclDefaultEncodingDir;
extern char * tclMemDumpFileName;
extern TclPlatformType tclPlatform;