summaryrefslogtreecommitdiffstats
path: root/generic/tclStubInit.c
diff options
context:
space:
mode:
authormig <mig>2011-03-18 22:57:06 (GMT)
committermig <mig>2011-03-18 22:57:06 (GMT)
commitedd8ea9b6b9bc1370a799e86323a6ecc3618668d (patch)
tree6a88bef04616181c62bc6e2f5dabc7a73141a5e0 /generic/tclStubInit.c
parentf8767a126788d49a650721c15333965c47492abd (diff)
downloadtcl-edd8ea9b6b9bc1370a799e86323a6ecc3618668d.zip
tcl-edd8ea9b6b9bc1370a799e86323a6ecc3618668d.tar.gz
tcl-edd8ea9b6b9bc1370a799e86323a6ecc3618668d.tar.bz2
remove TclpAlloc and friends from internal stubs
Diffstat (limited to 'generic/tclStubInit.c')
-rw-r--r--generic/tclStubInit.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/generic/tclStubInit.c b/generic/tclStubInit.c
index 84c1ea9..0583961 100644
--- a/generic/tclStubInit.c
+++ b/generic/tclStubInit.c
@@ -123,19 +123,19 @@ static const TclIntStubs tclIntStubs = {
0, /* 66 */
0, /* 67 */
0, /* 68 */
- TclpAlloc, /* 69 */
+ 0, /* 69 */
0, /* 70 */
0, /* 71 */
0, /* 72 */
0, /* 73 */
- TclpFree, /* 74 */
+ 0, /* 74 */
TclpGetClicks, /* 75 */
TclpGetSeconds, /* 76 */
TclpGetTime, /* 77 */
TclpGetTimeZone, /* 78 */
0, /* 79 */
0, /* 80 */
- TclpRealloc, /* 81 */
+ 0, /* 81 */
0, /* 82 */
0, /* 83 */
0, /* 84 */