summaryrefslogtreecommitdiffstats
path: root/generic/tclObj.c
diff options
context:
space:
mode:
authordonal.k.fellows@manchester.ac.uk <dkf>2003-09-29 14:37:13 (GMT)
committerdonal.k.fellows@manchester.ac.uk <dkf>2003-09-29 14:37:13 (GMT)
commitf719ea55c545de97c9091ee1e189ed0c20443ba9 (patch)
treef06c23ff0f1c69d9401df1b4a24919018fc717a6 /generic/tclObj.c
parent8061141cf07eaa7ff4526af974ad548a3110fe1c (diff)
downloadtcl-f719ea55c545de97c9091ee1e189ed0c20443ba9.zip
tcl-f719ea55c545de97c9091ee1e189ed0c20443ba9.tar.gz
tcl-f719ea55c545de97c9091ee1e189ed0c20443ba9.tar.bz2
TIP#112 ([namespace ensemble] command) implementation.
Diffstat (limited to 'generic/tclObj.c')
-rw-r--r--generic/tclObj.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/generic/tclObj.c b/generic/tclObj.c
index de02962..a3f9447 100644
--- a/generic/tclObj.c
+++ b/generic/tclObj.c
@@ -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: tclObj.c,v 1.49 2003/07/24 18:16:31 mdejong Exp $
+ * RCS: @(#) $Id: tclObj.c,v 1.50 2003/09/29 14:37:14 dkf Exp $
*/
#include "tclInt.h"
@@ -263,6 +263,7 @@ TclInitObjSubsystem()
Tcl_RegisterObjType(&tclArraySearchType);
Tcl_RegisterObjType(&tclIndexType);
Tcl_RegisterObjType(&tclNsNameType);
+ Tcl_RegisterObjType(&tclEnsembleCmdType);
Tcl_RegisterObjType(&tclCmdNameType);
#ifdef TCL_COMPILE_STATS