1 *** ../../tk2.3/tkEvent.c Fri Aug 21 16:16:16 1992
2 --- tkEvent.c Tue Oct 6 17:28:21 1992
10 * For each timer callback that's pending, there is one record
16 + extern Tcl_Interp *tk_mainInterp;
19 * For each timer callback that's pending, there is one record
22 memcpy((VOID *) ready, (VOID *) masks, 3*MASK_SIZE*sizeof(int));
23 timeout.tv_sec = timeout.tv_usec = 0;
25 numFound = select(numFds, (SELECT_MASK *) readPtr,
26 (SELECT_MASK *) writePtr, (SELECT_MASK *) exceptPtr,
30 memcpy((VOID *) ready, (VOID *) masks, 3*MASK_SIZE*sizeof(int));
31 timeout.tv_sec = timeout.tv_usec = 0;
33 + if (Tcl_CheckForSignal (tk_mainInterp, TCL_OK) == TCL_ERROR)
34 + TkBindError(tk_mainInterp);
36 numFound = select(numFds, (SELECT_MASK *) readPtr,
37 (SELECT_MASK *) writePtr, (SELECT_MASK *) exceptPtr,
42 memcpy((VOID *) ready, (VOID *) masks, 3*MASK_SIZE*sizeof(int));
44 numFound = select(numFds, (SELECT_MASK *) readPtr,
45 (SELECT_MASK *) writePtr, (SELECT_MASK *) exceptPtr,
50 memcpy((VOID *) ready, (VOID *) masks, 3*MASK_SIZE*sizeof(int));
52 + if (Tcl_CheckForSignal (tk_mainInterp, TCL_OK) == TCL_ERROR)
53 + TkBindError(tk_mainInterp);
55 numFound = select(numFds, (SELECT_MASK *) readPtr,
56 (SELECT_MASK *) writePtr, (SELECT_MASK *) exceptPtr,