diff options
| author | donal.k.fellows@manchester.ac.uk <dkf> | 2003-09-29 14:37:13 (GMT) |
|---|---|---|
| committer | donal.k.fellows@manchester.ac.uk <dkf> | 2003-09-29 14:37:13 (GMT) |
| commit | f719ea55c545de97c9091ee1e189ed0c20443ba9 (patch) | |
| tree | f06c23ff0f1c69d9401df1b4a24919018fc717a6 /generic/tclObj.c | |
| parent | 8061141cf07eaa7ff4526af974ad548a3110fe1c (diff) | |
| download | tcl-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.c | 3 |
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 |
