summaryrefslogtreecommitdiffstats
path: root/mac/tclMacSock.c
diff options
context:
space:
mode:
authorhobbs <hobbs@noemail.net>2001-04-04 21:22:16 (GMT)
committerhobbs <hobbs@noemail.net>2001-04-04 21:22:16 (GMT)
commit6b748565746b65d4c9472b3e586b3b32fb5e1d8e (patch)
tree7149049c2fa3659f3eb9841e1b5ddb5081685820 /mac/tclMacSock.c
parenta276b3e2a401a4492a57332648594b02eeb475e6 (diff)
downloadtcl-6b748565746b65d4c9472b3e586b3b32fb5e1d8e.zip
tcl-6b748565746b65d4c9472b3e586b3b32fb5e1d8e.tar.gz
tcl-6b748565746b65d4c9472b3e586b3b32fb5e1d8e.tar.bz2
* generic/tcl.h: addition of ConditionalMacros.h and use of
DLLIMPORT and DLLEXPORT. * generic/tclIntPlatDecls.h: * generic/tclInt.decls: * generic/tclMain.c: * generic/tclStubInit.c: * generic/tclThreadTest.c: NewThread -> NewTestThread * mac/MW_TclAppleScriptHeader.pch: * mac/MW_TclHeader.pch: * mac/MW_TclTestHeader.pch: * mac/tclMac.h: * mac/tclMacAppInit.c: * mac/tclMacApplication.r: * mac/tclMacChan.c: cast for *BlockMode * mac/tclMacCommonPch.h: * mac/tclMacFCmd.c: * mac/tclMacInt.h: * mac/tclMacLibrary.c: * mac/tclMacLibrary.r: * mac/tclMacMath.h: * mac/tclMacNotify.c: * mac/tclMacOSA.c: * mac/tclMacOSA.r: * mac/tclMacPanic.c: * mac/tclMacPort.h: * mac/tclMacResource.r: * mac/tclMacSock.c: cast for *BlockMode * mac/tclMacThrd.c: * mac/tclMacUnix.c: * mac/tclMacUtil.c: changed mac declarations to use Tcl ending, fixed copyrights, updated headers, fixed comments, updated resource files. Mac builds are now meant to be build with MetroWerks CW 6. FossilOrigin-Name: 7003b57ecaa2317b4f6286e3d6a5c58ca919a194
Diffstat (limited to 'mac/tclMacSock.c')
-rw-r--r--mac/tclMacSock.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mac/tclMacSock.c b/mac/tclMacSock.c
index 4878411..679f6d2 100644
--- a/mac/tclMacSock.c
+++ b/mac/tclMacSock.c
@@ -8,7 +8,7 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tclMacSock.c,v 1.7.2.1 2001/04/04 14:47:17 dgp Exp $
+ * RCS: @(#) $Id: tclMacSock.c,v 1.7.2.2 2001/04/04 21:22:19 hobbs Exp $
*/
#include "tclInt.h"
@@ -196,7 +196,7 @@ pascal void NotifyRoutine (
static Tcl_ChannelType tcpChannelType = {
"tcp", /* Type name. */
- TcpBlockMode, /* Set blocking or
+ (Tcl_ChannelTypeVersion)TcpBlockMode, /* Set blocking or
* non-blocking mode.*/
TcpClose, /* Close proc. */
TcpInput, /* Input proc. */