diff options
author | dgp <dgp@noemail.net> | 2001-09-27 00:19:56 (GMT) |
---|---|---|
committer | dgp <dgp@noemail.net> | 2001-09-27 00:19:56 (GMT) |
commit | 0f76ca0179b44ddcce5a44b1ead71408e6dd66ea (patch) | |
tree | 11719d8041bc71444822ebd3d7e40e25c1c4323e /generic/tcl.decls | |
parent | a9f5a92ffe1bc816f2a36bd81da01686fb06f056 (diff) | |
download | tcl-0f76ca0179b44ddcce5a44b1ead71408e6dd66ea.zip tcl-0f76ca0179b44ddcce5a44b1ead71408e6dd66ea.tar.gz tcl-0f76ca0179b44ddcce5a44b1ead71408e6dd66ea.tar.bz2 |
* Vince Darley reports the 2001-09-24 TIP 27 changes left the win
directory CONST poisoned. These changes should fix that.
FossilOrigin-Name: 5164bd7c02845d9bb64f195f96bb4cdd4ac350c8
Diffstat (limited to 'generic/tcl.decls')
-rw-r--r-- | generic/tcl.decls | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tcl.decls b/generic/tcl.decls index d80e3fa..62cc523 100644 --- a/generic/tcl.decls +++ b/generic/tcl.decls @@ -10,7 +10,7 @@ # See the file "license.terms" for information on usage and redistribution # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # -# RCS: @(#) $Id: tcl.decls,v 1.60 2001/09/25 16:23:55 dgp Exp $ +# RCS: @(#) $Id: tcl.decls,v 1.61 2001/09/27 00:19:57 dgp Exp $ library tcl @@ -605,7 +605,7 @@ declare 167 unix { # Obsolete. Should now use Tcl_FSGetPathType which is objectified # and therefore usually faster. declare 168 generic { - Tcl_PathType Tcl_GetPathType(char *path) + Tcl_PathType Tcl_GetPathType(CONST char *path) } declare 169 generic { int Tcl_Gets(Tcl_Channel chan, Tcl_DString *dsPtr) |