summaryrefslogtreecommitdiffstats
path: root/generic
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)
commitc94c7e03ecc4666f31df363c2f728acd5007a2b5 (patch)
treea2b517d94f3f2bfcebf08d0434b4df7da48363ef /generic
parentf182c12f4a885f158795c23c07ffbc23af91c41e (diff)
downloadtcl-c94c7e03ecc4666f31df363c2f728acd5007a2b5.zip
tcl-c94c7e03ecc4666f31df363c2f728acd5007a2b5.tar.gz
tcl-c94c7e03ecc4666f31df363c2f728acd5007a2b5.tar.bz2
On Cygwin, use win32 API in stead of uname() to determine the tcl_platform variables
Diffstat (limited to 'generic')
-rw-r--r--generic/tcl.decls6
-rw-r--r--generic/tclInt.decls4
2 files changed, 5 insertions, 5 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)
}
diff --git a/generic/tclInt.decls b/generic/tclInt.decls
index d714e85..1366fc3 100644
--- a/generic/tclInt.decls
+++ b/generic/tclInt.decls
@@ -799,10 +799,10 @@ declare 19 mac {
declare 20 mac {
int TclMacRegisterResourceFork(short fileRef, Tcl_Obj *tokenPtr,
int insert)
-}
+}
declare 21 mac {
short TclMacUnRegisterResourceFork(char *tokenPtr, Tcl_Obj *resultPtr)
-}
+}
declare 22 mac {
int TclMacCreateEnv(void)
}