diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2015-09-24 10:01:36 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2015-09-24 10:01:36 (GMT) |
commit | d13f877148291986699ef0c0cfb2246bc8c44faa (patch) | |
tree | b07249cb7a6ea7e6522577f0d6651780f377f186 | |
parent | 2b9f58aaac9d943888960daa1394c1abeae2e374 (diff) | |
parent | 61ad28e5b697aee8b22a823efd9333905ce1e787 (diff) | |
download | tcl-d13f877148291986699ef0c0cfb2246bc8c44faa.zip tcl-d13f877148291986699ef0c0cfb2246bc8c44faa.tar.gz tcl-d13f877148291986699ef0c0cfb2246bc8c44faa.tar.bz2 |
merge-mark (almost, just a few cosmetic changes)
-rw-r--r-- | unix/tclUnixNotfy.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/unix/tclUnixNotfy.c b/unix/tclUnixNotfy.c index 17fdc95..d93f24e 100644 --- a/unix/tclUnixNotfy.c +++ b/unix/tclUnixNotfy.c @@ -202,7 +202,7 @@ static void AtForkChild(void); #endif /* HAVE_PTHREAD_ATFORK */ #endif /* TCL_THREADS */ static int FileHandlerEventProc(Tcl_Event *evPtr, int flags); - + /* * Import of Windows API when building threaded with Cygwin. */ @@ -1272,7 +1272,7 @@ NotifierThreadProc( } #ifdef __CYGWIN__ PostMessageW(tsdPtr->hwnd, 1024, 0, 0); -#else +#else /* __CYGWIN__ */ Tcl_ConditionNotify(&tsdPtr->waitCV); #endif /* __CYGWIN__ */ } |