diff options
Diffstat (limited to 'generic/tcl.decls')
-rw-r--r-- | generic/tcl.decls | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/generic/tcl.decls b/generic/tcl.decls index 47643d4..28905ca 100644 --- a/generic/tcl.decls +++ b/generic/tcl.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: tcl.decls,v 1.41 2000/09/28 06:38:19 hobbs Exp $ +# RCS: @(#) $Id: tcl.decls,v 1.42 2000/11/03 18:46:10 hobbs Exp $ library tcl @@ -992,9 +992,13 @@ declare 282 generic { declare 283 generic { Tcl_Channel Tcl_GetStackedChannel(Tcl_Channel chan) } + +# 284 was reserved, but added in 8.4a2 +declare 284 generic { + void Tcl_SetMainLoop(Tcl_MainLoopProc *proc) +} + # Reserved for future use (8.0.x vs. 8.1) -# declare 284 generic { -# } # declare 285 generic { # } |