From eb0d24b6b2b52496a9d8ca60271bdf86ec4692df Mon Sep 17 00:00:00 2001 From: hobbs Date: Wed, 6 Sep 2000 16:57:27 +0000 Subject: * generic/tclHash.c: fixed pedantic warning of incorrectly placed #endif --- generic/tclHash.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/generic/tclHash.c b/generic/tclHash.c index 0171216..8a0f1dc 100644 --- a/generic/tclHash.c +++ b/generic/tclHash.c @@ -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: tclHash.c,v 1.7 2000/07/22 01:53:24 ericm Exp $ + * RCS: @(#) $Id: tclHash.c,v 1.8 2000/09/06 16:57:27 hobbs Exp $ */ #include "tclInt.h" @@ -67,8 +67,8 @@ static int CompareOneWordKeys _ANSI_ARGS_(( VOID *keyPtr, Tcl_HashEntry *hPtr)); static unsigned int HashOneWordKey _ANSI_ARGS_(( Tcl_HashTable *tablePtr, -#endif VOID *keyPtr)); - + VOID *keyPtr)); +#endif /* * Prototypes for the string hash key methods. -- cgit v0.12