diff options
author | mig <mig> | 2011-03-18 23:04:03 (GMT) |
---|---|---|
committer | mig <mig> | 2011-03-18 23:04:03 (GMT) |
commit | 4843669df511f30ec9024092dcdd019a5a5792df (patch) | |
tree | c0b55006816a3168ccc012f92a23dec5fd16c2bb | |
parent | edd8ea9b6b9bc1370a799e86323a6ecc3618668d (diff) | |
download | tcl-4843669df511f30ec9024092dcdd019a5a5792df.zip tcl-4843669df511f30ec9024092dcdd019a5a5792df.tar.gz tcl-4843669df511f30ec9024092dcdd019a5a5792df.tar.bz2 |
getting aPURIFY to build?
-rw-r--r-- | generic/tclInt.h | 1 |
1 files changed, 1 insertions, 0 deletions
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); |