summaryrefslogtreecommitdiffstats
path: root/generic/tclInt.h
diff options
context:
space:
mode:
authordonal.k.fellows@manchester.ac.uk <dkf>2013-01-03 10:25:23 (GMT)
committerdonal.k.fellows@manchester.ac.uk <dkf>2013-01-03 10:25:23 (GMT)
commitec27f9439e22b89d891eda22d06f2840aafbcb10 (patch)
treee893b3dd616ac686c87b773ce210095f78318130 /generic/tclInt.h
parent81f9141f0be640d86a991914755b474081acb29e (diff)
parentb6124c913d28171d5279f062301293f817e01875 (diff)
downloadtcl-ec27f9439e22b89d891eda22d06f2840aafbcb10.zip
tcl-ec27f9439e22b89d891eda22d06f2840aafbcb10.tar.gz
tcl-ec27f9439e22b89d891eda22d06f2840aafbcb10.tar.bz2
merge trunk
Diffstat (limited to 'generic/tclInt.h')
-rw-r--r--generic/tclInt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclInt.h b/generic/tclInt.h
index 1d04c82..52f1a32 100644
--- a/generic/tclInt.h
+++ b/generic/tclInt.h
@@ -4008,7 +4008,7 @@ typedef const char *TclDTraceStr;
*/
# define TclAllocObjStorageEx(interp, objPtr) \
- (objPtr) = (Tcl_Obj *) Tcl_Alloc(sizeof(Tcl_Obj))
+ (objPtr) = (Tcl_Obj *) ckalloc(sizeof(Tcl_Obj))
# define TclFreeObjStorageEx(interp, objPtr) \
ckfree((char *) (objPtr))