summaryrefslogtreecommitdiffstats
path: root/generic/tcl.decls
diff options
context:
space:
mode:
Diffstat (limited to 'generic/tcl.decls')
-rw-r--r--generic/tcl.decls21
1 files changed, 1 insertions, 20 deletions
diff --git a/generic/tcl.decls b/generic/tcl.decls
index fd5bb54..869a402 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.36 2000/07/19 22:15:29 ericm Exp $
+# RCS: @(#) $Id: tcl.decls,v 1.37 2000/07/20 20:33:25 ericm Exp $
library tcl
@@ -1388,25 +1388,6 @@ declare 402 generic {
CONST Tcl_UniChar *pattern, int nocase)
}
-declare 403 generic {
- Tcl_HashEntry *Tcl_FindHashEntry(Tcl_HashTable *tablePtr, \
- CONST char *key)
-}
-
-declare 404 generic {
- Tcl_HashEntry *Tcl_CreateHashEntry(Tcl_HashTable *tablePtr, \
- CONST char *key, int *newPtr)
-}
-
-declare 405 generic {
- void Tcl_InitHashTableEx(Tcl_HashTable *tablePtr, int keyType, \
- Tcl_HashKeyType *typePtr)
-}
-
-declare 406 generic {
- void Tcl_InitObjHashTable(Tcl_HashTable *tablePtr)
-}
-
##############################################################################
# Define the platform specific public Tcl interface. These functions are