diff options
author | stanton <stanton> | 1999-05-25 01:00:24 (GMT) |
---|---|---|
committer | stanton <stanton> | 1999-05-25 01:00:24 (GMT) |
commit | 7f971b8cac02f17596d5bc7fbb20d4eee85caa84 (patch) | |
tree | c6ae3dc5b7358d34779ab1532096630dfad174d0 /generic/tclInt.decls | |
parent | 60e436c4cfd066fdf891a16bd62985ea59760ef3 (diff) | |
download | tcl-7f971b8cac02f17596d5bc7fbb20d4eee85caa84.zip tcl-7f971b8cac02f17596d5bc7fbb20d4eee85caa84.tar.gz tcl-7f971b8cac02f17596d5bc7fbb20d4eee85caa84.tar.bz2 |
* generic/tcl.decls:
* generic/tclCmdMZ.c:
* generic/tclDecls.h:
* generic/tclInt.decls:
* generic/tclIntDecls.h:
* generic/tclPort.h:
* generic/tclStubInit.c:
* generic/tclStubLib.c: Various header file related changes and other
lint to try to get the Mac builds working.
Diffstat (limited to 'generic/tclInt.decls')
-rw-r--r-- | generic/tclInt.decls | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/generic/tclInt.decls b/generic/tclInt.decls index 3789ffc..a35ccf9 100644 --- a/generic/tclInt.decls +++ b/generic/tclInt.decls @@ -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: tclInt.decls,v 1.10 1999/05/23 16:37:14 surles Exp $ +# RCS: @(#) $Id: tclInt.decls,v 1.11 1999/05/25 01:00:26 stanton Exp $ library tcl @@ -39,7 +39,7 @@ declare 3 generic { # declare 4 generic { # int TclChdir(Tcl_Interp *interp, char *dirName) # } -declare 5 generic { +declare 5 {unix win} { int TclCleanupChildren(Tcl_Interp *interp, int numPids, Tcl_Pid *pidPtr, \ Tcl_Channel errorChan) } @@ -56,7 +56,7 @@ declare 8 generic { # TclCreatePipeline unofficially exported for use by BLT. -declare 9 generic { +declare 9 {unix win} { int TclCreatePipeline(Tcl_Interp *interp, int argc, char **argv, \ Tcl_Pid **pidArrayPtr, TclFile *inPipePtr, TclFile *outPipePtr, \ TclFile *errFilePtr) @@ -379,7 +379,7 @@ declare 100 generic { Tcl_Obj * TclSetIndexedScalar(Tcl_Interp *interp, int localIndex, \ Tcl_Obj *objPtr, int leaveErrorMsg) } -declare 101 generic { +declare 101 {unix win} { char * TclSetPreInitScript(char *string) } declare 102 generic { @@ -389,7 +389,7 @@ declare 103 generic { int TclSockGetPort(Tcl_Interp *interp, char *str, char *proto, \ int *portPtr) } -declare 104 generic { +declare 104 {unix win} { int TclSockMinimumBuffers(int sock, int size) } declare 105 generic { |