From b36ede5255b11e14ae184398ad0529c17b73bad9 Mon Sep 17 00:00:00 2001 From: das Date: Wed, 9 May 2007 12:50:07 +0000 Subject: * generic/tclInt.h: fix warning when building threaded with -DPURIFY. --- generic/tclInt.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/generic/tclInt.h b/generic/tclInt.h index c839e3c..70c4d80 100644 --- a/generic/tclInt.h +++ b/generic/tclInt.h @@ -12,7 +12,7 @@ * See the file "license.terms" for information on usage and redistribution of * this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tclInt.h,v 1.307 2007/05/05 23:33:14 dkf Exp $ + * RCS: @(#) $Id: tclInt.h,v 1.308 2007/05/09 12:50:07 das Exp $ */ #ifndef _TCLINT @@ -3013,6 +3013,7 @@ MODULE_SCOPE void TclInvalidateNsPath(Namespace *nsPtr); # define TclFreeObjStorage(objPtr) \ ckfree((char *) (objPtr)) +#undef USE_THREAD_ALLOC #elif defined(TCL_THREADS) && defined(USE_THREAD_ALLOC) /* -- cgit v0.12