summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authornijtmans@users.sourceforge.net <jan.nijtmans>2012-05-10 22:01:37 (GMT)
committernijtmans@users.sourceforge.net <jan.nijtmans>2012-05-10 22:01:37 (GMT)
commit307c5a0fa2285c18e4ee092dd2d8b4bf4a2bcbd7 (patch)
treeec2746543e6f935b523c90c752b6140d6b77adb9 /unix
parent403ffb4d64fe122bdd4c84ea96f53e89b3b64b23 (diff)
parent849b8b2b34ad47873dcc4d39009d5e3e3d20d875 (diff)
downloadtcl-307c5a0fa2285c18e4ee092dd2d8b4bf4a2bcbd7.zip
tcl-307c5a0fa2285c18e4ee092dd2d8b4bf4a2bcbd7.tar.gz
tcl-307c5a0fa2285c18e4ee092dd2d8b4bf4a2bcbd7.tar.bz2
merge trunk
Diffstat (limited to 'unix')
-rwxr-xr-xunix/configure5
-rw-r--r--unix/configure.in5
-rw-r--r--unix/tclUnixPort.h1
3 files changed, 10 insertions, 1 deletions
diff --git a/unix/configure b/unix/configure
index 8f25c08..1151497 100755
--- a/unix/configure
+++ b/unix/configure
@@ -1353,6 +1353,11 @@ if test -r "$cache_file" -a -f "$cache_file"; then
fi
#------------------------------------------------------------------------
+# Empty slate for bundled packages, to avoid stale configuration
+#------------------------------------------------------------------------
+rm -Rf pkgs
+
+#------------------------------------------------------------------------
# Handle the --prefix=... option
#------------------------------------------------------------------------
diff --git a/unix/configure.in b/unix/configure.in
index 066a84f..4fc93dd 100644
--- a/unix/configure.in
+++ b/unix/configure.in
@@ -43,6 +43,11 @@ if test -r "$cache_file" -a -f "$cache_file"; then
fi
#------------------------------------------------------------------------
+# Empty slate for bundled packages, to avoid stale configuration
+#------------------------------------------------------------------------
+rm -Rf pkgs
+
+#------------------------------------------------------------------------
# Handle the --prefix=... option
#------------------------------------------------------------------------
diff --git a/unix/tclUnixPort.h b/unix/tclUnixPort.h
index fac9f75..c56988e 100644
--- a/unix/tclUnixPort.h
+++ b/unix/tclUnixPort.h
@@ -88,7 +88,6 @@ typedef off_t Tcl_SeekOffset;
# define HINSTANCE void *
# define SOCKET unsigned int
# define WSAEWOULDBLOCK 10035
- typedef char TCHAR;
typedef unsigned short WCHAR;
DLLIMPORT extern __stdcall int GetModuleHandleExW(unsigned int, const char *, void *);
DLLIMPORT extern __stdcall int GetModuleFileNameW(void *, const char *, int);