summaryrefslogtreecommitdiffstats
path: root/generic/tcl.decls
diff options
context:
space:
mode:
authornijtmans <nijtmans>2010-08-25 01:00:09 (GMT)
committernijtmans <nijtmans>2010-08-25 01:00:09 (GMT)
commit954dff064d9c313b4d2d44e2876d8346e9d9f43a (patch)
tree4c526971570624fd0a744093cc3ba4916149e991 /generic/tcl.decls
parent094ad72da5a2a01b8f27f294fc2e014cbf8b039a (diff)
downloadtcl-954dff064d9c313b4d2d44e2876d8346e9d9f43a.zip
tcl-954dff064d9c313b4d2d44e2876d8346e9d9f43a.tar.gz
tcl-954dff064d9c313b4d2d44e2876d8346e9d9f43a.tar.bz2
[Patch 2994165]: Change signature of Tcl_FSGetNativePath and TclpDeleteFile follow-up:
move stub entry back to original location.
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 ----- #
##############################################################################