summaryrefslogtreecommitdiffstats
path: root/generic/tcl.decls
diff options
context:
space:
mode:
authorMiguel Sofer <miguel.sofer@gmail.com>2001-09-12 16:32:21 (GMT)
committerMiguel Sofer <miguel.sofer@gmail.com>2001-09-12 16:32:21 (GMT)
commit19a37ef5be79dcf11a0b532696cea8d10e437d7a (patch)
treefe34ce1830f37e44c2468557ba153e172cd6b800 /generic/tcl.decls
parent0b10bda28793e8135e0886e81f4e8f41446ea595 (diff)
downloadtcl-19a37ef5be79dcf11a0b532696cea8d10e437d7a.zip
tcl-19a37ef5be79dcf11a0b532696cea8d10e437d7a.tar.gz
tcl-19a37ef5be79dcf11a0b532696cea8d10e437d7a.tar.bz2
reserved a stub slot for [TIP 56]
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