From 4843669df511f30ec9024092dcdd019a5a5792df Mon Sep 17 00:00:00 2001 From: mig Date: Fri, 18 Mar 2011 23:04:03 +0000 Subject: getting aPURIFY to build? --- generic/tclInt.h | 1 + 1 file changed, 1 insertion(+) diff --git a/generic/tclInt.h b/generic/tclInt.h index 1f1e1d3..92c494e 100644 --- a/generic/tclInt.h +++ b/generic/tclInt.h @@ -3877,6 +3877,7 @@ MODULE_SCOPE Tcl_Mutex *TclpNewAllocMutex(void); # define TclSmallFree(ptr) ckfree(ptr) # define TclInitAlloc() # define TclFinalizeAlloc() +# define TclFreeAllocCache(ptr) #else MODULE_SCOPE void * TclSmallAlloc(); MODULE_SCOPE void TclSmallFree(void *ptr); -- cgit v0.12