diff options
author | nijtmans <nijtmans> | 2010-08-14 17:13:02 (GMT) |
---|---|---|
committer | nijtmans <nijtmans> | 2010-08-14 17:13:02 (GMT) |
commit | bcc427ce10a994d6f852f8a4a3a47bd706317581 (patch) | |
tree | 4f5a2412e887b345c272cf9e43755763e7a3922f /generic/tcl.decls | |
parent | d2976f0d8219a1841117e8e004c5bbe21c812961 (diff) | |
download | tcl-bcc427ce10a994d6f852f8a4a3a47bd706317581.zip tcl-bcc427ce10a994d6f852f8a4a3a47bd706317581.tar.gz tcl-bcc427ce10a994d6f852f8a4a3a47bd706317581.tar.bz2 |
[Patch #2994165] Change signature of Tcl_FSGetNativePath and TclpDeleteFile
Diffstat (limited to 'generic/tcl.decls')
-rw-r--r-- | generic/tcl.decls | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/generic/tcl.decls b/generic/tcl.decls index 303ac8e..0e9ef77 100644 --- a/generic/tcl.decls +++ b/generic/tcl.decls @@ -12,7 +12,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.175 2010/06/16 14:49:50 nijtmans Exp $ +# RCS: @(#) $Id: tcl.decls,v 1.176 2010/08/14 17:13:02 nijtmans Exp $ library tcl @@ -1671,7 +1671,7 @@ declare 468 generic { ClientData clientData) } declare 469 generic { - const char *Tcl_FSGetNativePath(Tcl_Obj *pathPtr) + const char *TclFSGetNativePath(Tcl_Obj *pathPtr) } declare 470 generic { Tcl_Obj *Tcl_FSFileSystemInfo(Tcl_Obj *pathPtr) @@ -2319,6 +2319,10 @@ declare 629 generic { int Tcl_FSUnloadFile(Tcl_Interp *interp, Tcl_LoadHandle handlePtr) } +declare 630 generic { + const void *Tcl_FSGetNativePath(Tcl_Obj *pathPtr) +} + # ----- BASELINE -- FOR -- 8.6.0 ----- # ############################################################################## |