summaryrefslogtreecommitdiffstats
path: root/generic/tclInt.h
diff options
context:
space:
mode:
authormig <mig>2011-03-18 23:04:03 (GMT)
committermig <mig>2011-03-18 23:04:03 (GMT)
commit4843669df511f30ec9024092dcdd019a5a5792df (patch)
treec0b55006816a3168ccc012f92a23dec5fd16c2bb /generic/tclInt.h
parentedd8ea9b6b9bc1370a799e86323a6ecc3618668d (diff)
downloadtcl-4843669df511f30ec9024092dcdd019a5a5792df.zip
tcl-4843669df511f30ec9024092dcdd019a5a5792df.tar.gz
tcl-4843669df511f30ec9024092dcdd019a5a5792df.tar.bz2
getting aPURIFY to build?
Diffstat (limited to 'generic/tclInt.h')
-rw-r--r--generic/tclInt.h1
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);