diff options
author | dkf <dkf@noemail.net> | 2009-02-03 18:48:25 (GMT) |
---|---|---|
committer | dkf <dkf@noemail.net> | 2009-02-03 18:48:25 (GMT) |
commit | 6e4f78db023646f12ed67ab2bd252729974411f3 (patch) | |
tree | 844bd007d8f1c9bf8906e05d0cab5ec10e63413b /generic/tclInt.h | |
parent | 5911d044710a42ca60c61434bb4f4c0d5fad2895 (diff) | |
download | tcl-6e4f78db023646f12ed67ab2bd252729974411f3.zip tcl-6e4f78db023646f12ed67ab2bd252729974411f3.tar.gz tcl-6e4f78db023646f12ed67ab2bd252729974411f3.tar.bz2 |
Added missing declaration of tclCmdNameType
FossilOrigin-Name: f72414bcb8e641fbdba9f5d8a5eddbfc38433c37
Diffstat (limited to 'generic/tclInt.h')
-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. |