summaryrefslogtreecommitdiffstats
path: root/generic
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2001-03-26 22:16:54 (GMT)
committerdgp <dgp@users.sourceforge.net>2001-03-26 22:16:54 (GMT)
commit3bd0408188670e120a5b106caaf361709a6006be (patch)
treea80b5fe966d26e402402844a3d2fd6850e23b211 /generic
parentd6e242b3e64b7c1e0cc401404512f8d67ea35f55 (diff)
downloadtcl-3bd0408188670e120a5b106caaf361709a6006be.zip
tcl-3bd0408188670e120a5b106caaf361709a6006be.tar.gz
tcl-3bd0408188670e120a5b106caaf361709a6006be.tar.bz2
Correction to patch from 2001-01-18
tclDecls.h was not generated using 'make genstubs'. Typos in case.
Diffstat (limited to 'generic')
-rw-r--r--generic/tclDecls.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/generic/tclDecls.h b/generic/tclDecls.h
index 869100f..6caae64 100644
--- a/generic/tclDecls.h
+++ b/generic/tclDecls.h
@@ -8,7 +8,7 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tclDecls.h,v 1.44 2001/01/18 19:09:55 andreas_kupries Exp $
+ * RCS: @(#) $Id: tclDecls.h,v 1.45 2001/03/26 22:16:54 dgp Exp $
*/
#ifndef _TCLDECLS
@@ -1840,7 +1840,7 @@ typedef struct TclStubs {
int (*tcl_UniCharCaseMatch) _ANSI_ARGS_((CONST Tcl_UniChar * ustr, CONST Tcl_UniChar * pattern, int nocase)); /* 420 */
Tcl_HashEntry * (*tcl_FindHashEntry) _ANSI_ARGS_((Tcl_HashTable * tablePtr, CONST char * key)); /* 421 */
Tcl_HashEntry * (*tcl_CreateHashEntry) _ANSI_ARGS_((Tcl_HashTable * tablePtr, CONST char * key, int * newPtr)); /* 422 */
- void (*Tcl_InitCustomHashTable) _ANSI_ARGS_((Tcl_HashTable * tablePtr, int keyType, Tcl_HashKeyType * typePtr)); /* 423 */
+ void (*tcl_InitCustomHashTable) _ANSI_ARGS_((Tcl_HashTable * tablePtr, int keyType, Tcl_HashKeyType * typePtr)); /* 423 */
void (*tcl_InitObjHashTable) _ANSI_ARGS_((Tcl_HashTable * tablePtr)); /* 424 */
ClientData (*tcl_CommandTraceInfo) _ANSI_ARGS_((Tcl_Interp * interp, char * varName, int flags, Tcl_CommandTraceProc * procPtr, ClientData prevClientData)); /* 425 */
int (*tcl_TraceCommand) _ANSI_ARGS_((Tcl_Interp * interp, char * varName, int flags, Tcl_CommandTraceProc * proc, ClientData clientData)); /* 426 */
@@ -3592,7 +3592,7 @@ extern TclStubs *tclStubsPtr;
#endif
#ifndef Tcl_InitCustomHashTable
#define Tcl_InitCustomHashTable \
- (tclStubsPtr->Tcl_InitCustomHashTable) /* 423 */
+ (tclStubsPtr->tcl_InitCustomHashTable) /* 423 */
#endif
#ifndef Tcl_InitObjHashTable
#define Tcl_InitObjHashTable \