summaryrefslogtreecommitdiffstats
path: root/generic/tcl.decls
diff options
context:
space:
mode:
Diffstat (limited to 'generic/tcl.decls')
-rw-r--r--generic/tcl.decls17
1 files changed, 7 insertions, 10 deletions
diff --git a/generic/tcl.decls b/generic/tcl.decls
index d07b269..2a35559 100644
--- a/generic/tcl.decls
+++ b/generic/tcl.decls
@@ -2611,27 +2611,23 @@ declare 683 {
int Tcl_GetEncodingNulLength(Tcl_Encoding encoding)
}
-# TIP #648 (reserved)
-#declare 684 {
-# Tcl_Obj *Tcl_NewWideUIntObj(Tcl_WideUInt wideValue)
-#}
-#declare 685 {
-# void Tcl_SetWideUIntObj(Tcl_Obj *objPtr, Tcl_WideUInt uwideValue)
-#}
-
# TIP #650
-declare 686 {
+declare 684 {
int Tcl_GetWideUIntFromObj(Tcl_Interp *interp, Tcl_Obj *objPtr,
Tcl_WideUInt *uwidePtr)
}
# TIP 651
-declare 687 {
+declare 685 {
Tcl_Obj *Tcl_DStringToObj(Tcl_DString *dsPtr)
}
# ----- BASELINE -- FOR -- 8.7.0 / 9.0.0 ----- #
+declare 687 {
+ void TclUnusedStubEntry(void)
+}
+
##############################################################################
# Define the platform specific public Tcl interface. These functions are only
@@ -2704,6 +2700,7 @@ export {
const char *TclZipfs_AppHook(int *argc, char ***argv)
}
+
# Local Variables:
# mode: tcl
# End: