diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2009-02-03 18:48:25 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2009-02-03 18:48:25 (GMT) |
commit | 78da1e5f1b89986ba2526d799110ffc708040c21 (patch) | |
tree | 844bd007d8f1c9bf8906e05d0cab5ec10e63413b | |
parent | 8241e0c897749cfb51138f389c8dfe44596f739f (diff) | |
download | tcl-78da1e5f1b89986ba2526d799110ffc708040c21.zip tcl-78da1e5f1b89986ba2526d799110ffc708040c21.tar.gz tcl-78da1e5f1b89986ba2526d799110ffc708040c21.tar.bz2 |
Added missing declaration of tclCmdNameType
-rw-r--r-- | generic/tclInt.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/generic/tclInt.h b/generic/tclInt.h index ae1d45a..dba84fb 100644 --- a/generic/tclInt.h +++ b/generic/tclInt.h @@ -15,7 +15,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.415 2009/01/27 00:01:49 ferrieux Exp $ + * RCS: @(#) $Id: tclInt.h,v 1.416 2009/02/03 18:48:25 dkf Exp $ */ #ifndef _TCLINT @@ -2536,6 +2536,7 @@ MODULE_SCOPE const Tcl_ObjType tclEnsembleCmdType; MODULE_SCOPE const Tcl_ObjType tclWideIntType; #endif MODULE_SCOPE const Tcl_ObjType tclRegexpType; +MODULE_SCOPE Tcl_ObjType tclCmdNameType; /* * Variables denoting the hash key types defined in the core. |