diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-06-06 12:43:57 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-06-06 12:43:57 (GMT) |
commit | c94c7e03ecc4666f31df363c2f728acd5007a2b5 (patch) | |
tree | a2b517d94f3f2bfcebf08d0434b4df7da48363ef /generic/tcl.decls | |
parent | f182c12f4a885f158795c23c07ffbc23af91c41e (diff) | |
download | tcl-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/tcl.decls')
-rw-r--r-- | generic/tcl.decls | 6 |
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) } |