summaryrefslogtreecommitdiffstats
path: root/generic/tclNotify.c
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2011-03-10 14:52:13 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2011-03-10 14:52:13 (GMT)
commitc72726d8cefd31a97c13a617c0f476eb2cf76f48 (patch)
tree737e0d284648cea10f59a6a1b78fcb3f194944ae /generic/tclNotify.c
parent48af16b1e7c2c6005dc3fb8ea9149e22323bb4cc (diff)
parent6f62d07c61ca11bfa64f8d054513eb73440c6899 (diff)
downloadtcl-c72726d8cefd31a97c13a617c0f476eb2cf76f48.zip
tcl-c72726d8cefd31a97c13a617c0f476eb2cf76f48.tar.gz
tcl-c72726d8cefd31a97c13a617c0f476eb2cf76f48.tar.bz2
Merge to feature branch
Diffstat (limited to 'generic/tclNotify.c')
-rw-r--r--generic/tclNotify.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/generic/tclNotify.c b/generic/tclNotify.c
index b241838..7edb192 100644
--- a/generic/tclNotify.c
+++ b/generic/tclNotify.c
@@ -362,6 +362,7 @@ Tcl_QueueEvent(
* TCL_QUEUE_MARK. */
{
ThreadSpecificData *tsdPtr = TCL_TSD_INIT(&dataKey);
+
QueueEvent(tsdPtr, evPtr, position);
}