summaryrefslogtreecommitdiffstats
path: root/generic/tclInt.h
diff options
context:
space:
mode:
authormsofer <msofer@noemail.net>2005-11-04 01:15:18 (GMT)
committermsofer <msofer@noemail.net>2005-11-04 01:15:18 (GMT)
commit4e158cd85bff0e70d9533aad970710cac40c623e (patch)
tree1c297b8a88c0862a516d74fb05a0ff7d9a955526 /generic/tclInt.h
parent298e8ada1e3ee817984ab96bfd40f06347d0d704 (diff)
downloadtcl-4e158cd85bff0e70d9533aad970710cac40c623e.zip
tcl-4e158cd85bff0e70d9533aad970710cac40c623e.tar.gz
tcl-4e158cd85bff0e70d9533aad970710cac40c623e.tar.bz2
* generic/tclInt.h:
* generic/tclNamesp.c: * generic/tclVar.c: fix for [Bugs 1338280/1337229]. Thanks Don. * tests/trace.test: fix duplicate test numbers FossilOrigin-Name: 3d6cada5c05de690f8d38cd0730fbfc70261ff25
Diffstat (limited to 'generic/tclInt.h')
-rw-r--r--generic/tclInt.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/generic/tclInt.h b/generic/tclInt.h
index d2da3b7..60fe1d8 100644
--- a/generic/tclInt.h
+++ b/generic/tclInt.h
@@ -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.h,v 1.118.2.18 2005/10/10 21:33:09 hobbs Exp $
+ * RCS: @(#) $Id: tclInt.h,v 1.118.2.19 2005/11/04 01:15:20 msofer Exp $
*/
#ifndef _TCLINT
@@ -1652,6 +1652,7 @@ EXTERN int TclArraySet _ANSI_ARGS_((Tcl_Interp *interp,
Tcl_Obj *arrayNameObj, Tcl_Obj *arrayElemObj));
EXTERN int TclCheckBadOctal _ANSI_ARGS_((Tcl_Interp *interp,
CONST char *value));
+EXTERN void TclDeleteNamespaceVars _ANSI_ARGS_((Namespace *nsPtr));
EXTERN void TclExpandTokenArray _ANSI_ARGS_((
Tcl_Parse *parsePtr));
EXTERN int TclFileAttrsCmd _ANSI_ARGS_((Tcl_Interp *interp,