summaryrefslogtreecommitdiffstats
path: root/generic/tcl.decls
diff options
context:
space:
mode:
authornijtmans <nijtmans@noemail.net>2010-08-25 01:00:09 (GMT)
committernijtmans <nijtmans@noemail.net>2010-08-25 01:00:09 (GMT)
commitd8831ef6d2a5b28b84d6b3d1740afe432fa3f1dd (patch)
tree4c526971570624fd0a744093cc3ba4916149e991 /generic/tcl.decls
parent23f79c360e6e75b925ed0dbcdfb2c258ec23796e (diff)
downloadtcl-d8831ef6d2a5b28b84d6b3d1740afe432fa3f1dd.zip
tcl-d8831ef6d2a5b28b84d6b3d1740afe432fa3f1dd.tar.gz
tcl-d8831ef6d2a5b28b84d6b3d1740afe432fa3f1dd.tar.bz2
[Patch 2994165]: Change signature of Tcl_FSGetNativePath and TclpDeleteFile follow-up:
move stub entry back to original location. FossilOrigin-Name: 64c52eb8b59d38699dd3bfcc96b16bfceb42f9f3
Diffstat (limited to 'generic/tcl.decls')
-rw-r--r--generic/tcl.decls8
1 files changed, 2 insertions, 6 deletions
diff --git a/generic/tcl.decls b/generic/tcl.decls
index a1ad722..3fadbce 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.177 2010/08/24 06:17:55 nijtmans Exp $
+# RCS: @(#) $Id: tcl.decls,v 1.178 2010/08/25 01:00:10 nijtmans Exp $
library tcl
@@ -1671,7 +1671,7 @@ declare 468 generic {
ClientData clientData)
}
declare 469 generic {
- const char *TclFSGetNativePath(Tcl_Obj *pathPtr)
+ const void *Tcl_FSGetNativePath(Tcl_Obj *pathPtr)
}
declare 470 generic {
Tcl_Obj *Tcl_FSFileSystemInfo(Tcl_Obj *pathPtr)
@@ -2319,10 +2319,6 @@ 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 ----- #
##############################################################################