summaryrefslogtreecommitdiffstats
path: root/mac
diff options
context:
space:
mode:
authordavygrvy <davygrvy@noemail.net>2001-09-01 22:53:44 (GMT)
committerdavygrvy <davygrvy@noemail.net>2001-09-01 22:53:44 (GMT)
commit3b86fed833e653cc528194dd085f1d9729b91bed (patch)
tree581373e417c3b06f77c73d213f36c3bf7f4ade72 /mac
parentff872603bd93c26294d8abe765586e26f366ba12 (diff)
downloadtcl-3b86fed833e653cc528194dd085f1d9729b91bed.zip
tcl-3b86fed833e653cc528194dd085f1d9729b91bed.tar.gz
tcl-3b86fed833e653cc528194dd085f1d9729b91bed.tar.bz2
-=[ Tcl_Async* API merge from HEAD ]=-
* generic/tclInt.decls: Removed TclpAsyncMark permanently and left the hole not to upset the positions. * generic/tclDecls.h: * generic/tclIntDecls.h: * generic/tclIntPlatDecls.h: * generic/tclPlatDecls.h: * generic/tclStubInit.c: regen'd tables. * generic/tclAsync.c: Brought source to match -r1.6 on the HEAD branch. * unix/tclUnixPort.h: * mac/tclMacPort.h: removed #defines for TclpAsyncMark. * win/tclWinInit.c: Removed the TclpAsyncMark function and the thread ID saving that was going on in TclpInitPlatform(). [the old hack] * win/tclWinThread.c: TclpFinalizeCondition() and TclpFinalizeMutex() are now properly returning the old CriticalSection handle to the system. Tcl_CreateThread() is now decrementing its handle reference, so the system will recover resources when the thread closes (doh!). These changes are all already up on the HEAD. * doc/Async.3: matches HEAD. FossilOrigin-Name: 11201d88beb6033b27cee711d5fc97f252715813
Diffstat (limited to 'mac')
-rw-r--r--mac/tclMacPort.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/mac/tclMacPort.h b/mac/tclMacPort.h
index 22451a8..72fc683 100644
--- a/mac/tclMacPort.h
+++ b/mac/tclMacPort.h
@@ -10,7 +10,7 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tclMacPort.h,v 1.10.2.1 2001/04/04 21:22:19 hobbs Exp $
+ * RCS: @(#) $Id: tclMacPort.h,v 1.10.2.2 2001/09/01 22:53:45 davygrvy Exp $
*/
@@ -231,7 +231,6 @@ extern char **environ;
* address platform-specific issues.
*/
-#define TclpAsyncMark(async)
#define TclpGetPid(pid) ((unsigned long) (pid))
#define TclSetSystemEnv(a,b)
#define tzset()