diff options
Diffstat (limited to 'generic/tclInt.decls')
-rw-r--r-- | generic/tclInt.decls | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/generic/tclInt.decls b/generic/tclInt.decls index b4cab7c..52604a6 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.16 1999/08/02 17:45:37 redman Exp $ +# RCS: @(#) $Id: tclInt.decls,v 1.17 1999/08/10 02:42:14 welch Exp $ library tcl @@ -560,6 +560,8 @@ declare 149 generic { void TclHandleRelease(TclHandle handle) } +# Added for Tcl 8.2 + declare 150 generic { int TclRegAbout(Tcl_Interp *interp, Tcl_RegExp re) } @@ -587,6 +589,9 @@ declare 156 generic { void TclRegError (Tcl_Interp *interp, char *msg, \ int status) } +declare 157 generic { + Var * TclVarTraceExists (Tcl_Interp *interp, char *varName) +} ############################################################################## |