summaryrefslogtreecommitdiffstats
path: root/generic
diff options
context:
space:
mode:
authorMiguel Sofer <miguel.sofer@gmail.com>2008-07-29 05:52:29 (GMT)
committerMiguel Sofer <miguel.sofer@gmail.com>2008-07-29 05:52:29 (GMT)
commitcb577f757e0f2461f6e4886506c1899ae34b3d98 (patch)
tree7c1efca4ded9c94b8cdff3138b7989ae03d6d481 /generic
parent8f735184219e861f6622cdf93cbf295df9da0c0c (diff)
downloadtcl-cb577f757e0f2461f6e4886506c1899ae34b3d98.zip
tcl-cb577f757e0f2461f6e4886506c1899ae34b3d98.tar.gz
tcl-cb577f757e0f2461f6e4886506c1899ae34b3d98.tar.bz2
fix macro
Diffstat (limited to 'generic')
-rw-r--r--generic/tclNRE.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tclNRE.h b/generic/tclNRE.h
index 15f0e54..a90bc8d 100644
--- a/generic/tclNRE.h
+++ b/generic/tclNRE.h
@@ -11,7 +11,7 @@
* this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
* // FIXME: RCS numbering?
- * RCS: @(#) $Id: tclNRE.h,v 1.7 2008/07/29 05:30:36 msofer Exp $
+ * RCS: @(#) $Id: tclNRE.h,v 1.8 2008/07/29 05:52:29 msofer Exp $
*/
@@ -60,7 +60,7 @@ typedef struct TEOV_callback {
data3) \
{ \
TEOV_callback *callbackPtr; \
- TclSmallAlloc(sizeof(TEOV_callback), callbackPtr); \
+ TCLNR_ALLOC((interp), (callbackPtr)); \
callbackPtr->procPtr = (postProcPtr); \
callbackPtr->data[0] = (data0); \
callbackPtr->data[1] = (data1); \