diff options
author | davidg <davidg> | 2000-07-26 01:28:49 (GMT) |
---|---|---|
committer | davidg <davidg> | 2000-07-26 01:28:49 (GMT) |
commit | 1e09e0a51157bce655a6cb8ef0490121f4cf8fe2 (patch) | |
tree | f467b514b38eb66a79ab499ec7a8b9ca0f0791e3 /generic/tclInt.decls | |
parent | 54614f84cbcd150e2663bd4d30fe843b5e6da767 (diff) | |
download | tcl-1e09e0a51157bce655a6cb8ef0490121f4cf8fe2.zip tcl-1e09e0a51157bce655a6cb8ef0490121f4cf8fe2.tar.gz tcl-1e09e0a51157bce655a6cb8ef0490121f4cf8fe2.tar.bz2 |
no message
Diffstat (limited to 'generic/tclInt.decls')
-rw-r--r-- | generic/tclInt.decls | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/generic/tclInt.decls b/generic/tclInt.decls index 53f8151..25e2572 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.21 2000/05/19 21:30:16 hobbs Exp $ +# RCS: @(#) $Id: tclInt.decls,v 1.22 2000/07/26 01:28:49 davidg Exp $ library tcl @@ -797,9 +797,11 @@ declare 19 win { declare 20 win { void TclWinAddProcess(HANDLE hProcess, DWORD id) } -declare 21 win { - void TclpAsyncMark(Tcl_AsyncHandler async) -} + +# removed permanently for 8.4 +#declare 21 win { +# void TclpAsyncMark(Tcl_AsyncHandler async) +#} # Added in 8.1: declare 22 win { |