diff options
author | davidg <davidg> | 2000-07-26 01:27:58 (GMT) |
---|---|---|
committer | davidg <davidg> | 2000-07-26 01:27:58 (GMT) |
commit | 54614f84cbcd150e2663bd4d30fe843b5e6da767 (patch) | |
tree | df224a87545478306c61d73e40a95f21fe90aabd /mac/tclMacPort.h | |
parent | a15fd6c8ed2f01dae4d51a729504f80bf9ccc80a (diff) | |
download | tcl-54614f84cbcd150e2663bd4d30fe843b5e6da767.zip tcl-54614f84cbcd150e2663bd4d30fe843b5e6da767.tar.gz tcl-54614f84cbcd150e2663bd4d30fe843b5e6da767.tar.bz2 |
Thread-safe rewrite for the Tcl_Async* commands.
Diffstat (limited to 'mac/tclMacPort.h')
-rw-r--r-- | mac/tclMacPort.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mac/tclMacPort.h b/mac/tclMacPort.h index c69063e..18b0f2d 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 1999/12/08 03:50:04 hobbs Exp $ + * RCS: @(#) $Id: tclMacPort.h,v 1.11 2000/07/26 01:28:24 davidg Exp $ */ @@ -224,7 +224,6 @@ extern char **environ; * address platform-specific issues. */ -#define TclpAsyncMark(async) #define TclpGetPid(pid) ((unsigned long) (pid)) #define TclSetSystemEnv(a,b) #define tzset() |