From 6e4f78db023646f12ed67ab2bd252729974411f3 Mon Sep 17 00:00:00 2001 From: dkf Date: Tue, 3 Feb 2009 18:48:25 +0000 Subject: Added missing declaration of tclCmdNameType FossilOrigin-Name: f72414bcb8e641fbdba9f5d8a5eddbfc38433c37 --- generic/tclInt.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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. -- cgit v0.12