diff options
Diffstat (limited to 'generic/tclInt.decls')
-rw-r--r-- | generic/tclInt.decls | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/generic/tclInt.decls b/generic/tclInt.decls index 208ca9e..3d77a83 100644 --- a/generic/tclInt.decls +++ b/generic/tclInt.decls @@ -12,7 +12,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.97 2006/06/21 03:10:39 dgp Exp $ +# RCS: @(#) $Id: tclInt.decls,v 1.98 2006/09/30 19:00:12 msofer Exp $ library tcl @@ -890,6 +890,10 @@ declare 225 generic { int keyc, Tcl_Obj *CONST keyv[], int flags) } +declare 226 generic { + int TclObjBeingDeleted(Tcl_Obj *objPtr) +} + ############################################################################## # Define the platform specific internal Tcl interface. These functions are |