summaryrefslogtreecommitdiffstats
path: root/generic/tcl.decls
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2012-06-06 12:43:57 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2012-06-06 12:43:57 (GMT)
commiteaf04cc2de0d346f1b108812475f1c27fc33c74d (patch)
treea2b517d94f3f2bfcebf08d0434b4df7da48363ef /generic/tcl.decls
parent031fd49559f86aa2dfd7c034c632e000a9cac97d (diff)
downloadtcl-eaf04cc2de0d346f1b108812475f1c27fc33c74d.zip
tcl-eaf04cc2de0d346f1b108812475f1c27fc33c74d.tar.gz
tcl-eaf04cc2de0d346f1b108812475f1c27fc33c74d.tar.bz2
On Cygwin, use win32 API in stead of uname() to determine the tcl_platform variables
Diffstat (limited to 'generic/tcl.decls')
-rw-r--r--generic/tcl.decls6
1 files changed, 3 insertions, 3 deletions
diff --git a/generic/tcl.decls b/generic/tcl.decls
index db9950c..d4651c6 100644
--- a/generic/tcl.decls
+++ b/generic/tcl.decls
@@ -1822,12 +1822,12 @@ declare 1 win {
# Mac declarations
# This is needed by the shells to handle Macintosh events.
-
+
declare 0 mac {
void Tcl_MacSetEventProc(Tcl_MacConvertEventPtr procPtr)
}
-# These routines are useful for handling using scripts from resources
+# These routines are useful for handling using scripts from resources
# in the application shell
declare 1 mac {
@@ -1859,7 +1859,7 @@ declare 6 mac {
# These are not in MSL 2.1.2, so we need to export them from the
# Tcl shared library. They are found in the compat directory.
-
+
declare 7 mac {
int strncasecmp(const char *s1, const char *s2, size_t n)
}