Index: generic/nsfFunPtrHashTable.c =================================================================== diff -u -r83e2a1bc1e93733b0459e24666828c4a3f2bce63 -re48161ab167236344f7d23da3e855c31d1a1ebc7 --- generic/nsfFunPtrHashTable.c (.../nsfFunPtrHashTable.c) (revision 83e2a1bc1e93733b0459e24666828c4a3f2bce63) +++ generic/nsfFunPtrHashTable.c (.../nsfFunPtrHashTable.c) (revision e48161ab167236344f7d23da3e855c31d1a1ebc7) @@ -86,7 +86,12 @@ *---------------------------------------------------------------------- */ -static unsigned int +static +#if defined TCL_HASH_TYPE + TCL_HASH_TYPE +#else + unsigned int +#endif FunPtrKey( Tcl_HashTable *UNUSED(tablePtr), /* Hash table. */ void *keyPtr /* Key from which to compute hash value. */