diff options
Diffstat (limited to 'generic/tclInt.h')
-rw-r--r-- | generic/tclInt.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/generic/tclInt.h b/generic/tclInt.h index eec1821..5941222 100644 --- a/generic/tclInt.h +++ b/generic/tclInt.h @@ -11,7 +11,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.h,v 1.42.2.3.2.6 2002/11/26 19:48:56 andreas_kupries Exp $ + * RCS: @(#) $Id: tclInt.h,v 1.42.2.3.2.7 2002/12/06 03:08:19 andreas_kupries Exp $ */ #ifndef _TCLINT @@ -1862,6 +1862,9 @@ EXTERN int TclInvokeImportedCmd _ANSI_ARGS_(( ClientData clientData, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])); +EXTERN void TclFreeCmdNameInternalRep _ANSI_ARGS_(( + Tcl_Obj *objPtr)); + /* *---------------------------------------------------------------- * Command procedures in the generic core: |