summaryrefslogtreecommitdiffstats
path: root/generic/tcl.decls
diff options
context:
space:
mode:
authormsofer <msofer@noemail.net>2001-09-12 16:32:20 (GMT)
committermsofer <msofer@noemail.net>2001-09-12 16:32:20 (GMT)
commit0c23431d60ff91a4f8603d6867602736e9b2ef07 (patch)
treefe34ce1830f37e44c2468557ba153e172cd6b800 /generic/tcl.decls
parent2e10c7f6d8987ebbf7bedab9d31ced80c1690e32 (diff)
downloadtcl-0c23431d60ff91a4f8603d6867602736e9b2ef07.zip
tcl-0c23431d60ff91a4f8603d6867602736e9b2ef07.tar.gz
tcl-0c23431d60ff91a4f8603d6867602736e9b2ef07.tar.bz2
reserved a stub slot for [TIP 56]
FossilOrigin-Name: 44d3e8500bc318f9f23d641630e93e7f454c98fb
Diffstat (limited to 'generic/tcl.decls')
-rw-r--r--generic/tcl.decls10
1 files changed, 7 insertions, 3 deletions
diff --git a/generic/tcl.decls b/generic/tcl.decls
index a356955..486c9e2 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.56 2001/09/06 17:51:00 vincentdarley Exp $
+# RCS: @(#) $Id: tcl.decls,v 1.57 2001/09/12 16:32:21 msofer Exp $
library tcl
@@ -1680,8 +1680,12 @@ declare 479 generic {
}
declare 480 generic {
void Tcl_FSMountsChanged(Tcl_Filesystem *fsPtr)
-}
-
+}
+# New function due to TIP#56
+#declare 481 generic {
+# int Tcl_EvalTokensStandard(Tcl_Interp *interp, Tcl_Token *tokenPtr, int count)
+#}
+
##############################################################################
# Define the platform specific public Tcl interface. These functions are