summaryrefslogtreecommitdiffstats
path: root/unix/tclUnixPort.h
diff options
context:
space:
mode:
authordavidg <davidg@noemail.net>2000-07-26 01:27:58 (GMT)
committerdavidg <davidg@noemail.net>2000-07-26 01:27:58 (GMT)
commitb3270c7a3178b5da35d5e059cbff75ecaf10324d (patch)
treedf224a87545478306c61d73e40a95f21fe90aabd /unix/tclUnixPort.h
parente53fe001b958069f1b40f17fd1575346d9f2d0a8 (diff)
downloadtcl-b3270c7a3178b5da35d5e059cbff75ecaf10324d.zip
tcl-b3270c7a3178b5da35d5e059cbff75ecaf10324d.tar.gz
tcl-b3270c7a3178b5da35d5e059cbff75ecaf10324d.tar.bz2
Thread-safe rewrite for the Tcl_Async* commands.
FossilOrigin-Name: 116644925e6002ec9abd0c9763001b0150dc2fdf
Diffstat (limited to 'unix/tclUnixPort.h')
-rw-r--r--unix/tclUnixPort.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/unix/tclUnixPort.h b/unix/tclUnixPort.h
index cb3c777..d5b683c 100644
--- a/unix/tclUnixPort.h
+++ b/unix/tclUnixPort.h
@@ -19,7 +19,7 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tclUnixPort.h,v 1.15 2000/04/21 04:04:12 hobbs Exp $
+ * RCS: @(#) $Id: tclUnixPort.h,v 1.16 2000/07/26 01:28:11 davidg Exp $
*/
#ifndef _TCLUNIXPORT
@@ -457,7 +457,6 @@ extern double strtod();
* address platform-specific issues.
*/
-#define TclpAsyncMark(async)
#define TclpGetPid(pid) ((unsigned long) (pid))
#define TclpReleaseFile(file) /* Nothing. */