diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2004-07-07 08:21:24 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2004-07-07 08:21:24 (GMT) |
commit | 579f1a9429aeca6743a62756d12968c23190c0e0 (patch) | |
tree | 3be7fb9e2d062b298c19c87a701143643d6d2a63 /generic/tclInt.h | |
parent | 20d4b34f6477d15f854d40540e12bb756e48d90e (diff) | |
download | tcl-579f1a9429aeca6743a62756d12968c23190c0e0.zip tcl-579f1a9429aeca6743a62756d12968c23190c0e0.tar.gz tcl-579f1a9429aeca6743a62756d12968c23190c0e0.tar.bz2 |
Add missing objTypes to catalog
Diffstat (limited to 'generic/tclInt.h')
-rw-r--r-- | generic/tclInt.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/generic/tclInt.h b/generic/tclInt.h index f7d2026..1526c60 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.167 2004/06/23 00:24:42 dkf Exp $ + * RCS: @(#) $Id: tclInt.h,v 1.168 2004/07/07 08:21:26 dkf Exp $ */ #ifndef _TCLINT @@ -1666,6 +1666,8 @@ extern Tcl_ObjType tclIndexType; extern Tcl_ObjType tclNsNameType; extern Tcl_ObjType tclEnsembleCmdType; extern Tcl_ObjType tclWideIntType; +extern Tcl_ObjType tclLocalVarNameType; +extern Tcl_ObjType tclRegexpType; /* * Variables denoting the hash key types defined in the core. |