diff options
author | dgp <dgp@users.sourceforge.net> | 2001-09-27 00:19:57 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2001-09-27 00:19:57 (GMT) |
commit | 073702fdd13f3a1c8c129b1fc0ac838f01b4d11b (patch) | |
tree | 11719d8041bc71444822ebd3d7e40e25c1c4323e /generic/tcl.decls | |
parent | a6c26a069d4a7aa7cd5420cabb2a7614de09f299 (diff) | |
download | tcl-073702fdd13f3a1c8c129b1fc0ac838f01b4d11b.zip tcl-073702fdd13f3a1c8c129b1fc0ac838f01b4d11b.tar.gz tcl-073702fdd13f3a1c8c129b1fc0ac838f01b4d11b.tar.bz2 |
* Vince Darley reports the 2001-09-24 TIP 27 changes left the win
directory CONST poisoned. These changes should fix that.
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) |