summaryrefslogtreecommitdiffstats
path: root/generic/tclObj.c
diff options
context:
space:
mode:
authormsofer <msofer@noemail.net>2002-08-07 15:50:27 (GMT)
committermsofer <msofer@noemail.net>2002-08-07 15:50:27 (GMT)
commit70df6c832d86d7fad3c9dd0a0849144320e24c6e (patch)
treedd76899898ecea2044e2c6dba1107bf8c29e5fa7 /generic/tclObj.c
parenta5c999089a5301f8d701f6fe3f4ac1133ff3c94d (diff)
downloadtcl-70df6c832d86d7fad3c9dd0a0849144320e24c6e.zip
tcl-70df6c832d86d7fad3c9dd0a0849144320e24c6e.tar.gz
tcl-70df6c832d86d7fad3c9dd0a0849144320e24c6e.tar.bz2
* generic/tclCompile.h:
* generic/tclObj.c: making tclCmdNameType static ([Bug 584567], Don Porter). FossilOrigin-Name: 3080d8205ddae46f1583bd45795bfff11ee13175
Diffstat (limited to 'generic/tclObj.c')
-rw-r--r--generic/tclObj.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tclObj.c b/generic/tclObj.c
index 2c5b468..2fb036c 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.36 2002/08/07 14:25:01 msofer Exp $
+ * RCS: @(#) $Id: tclObj.c,v 1.37 2002/08/07 15:50:29 msofer Exp $
*/
#include "tclInt.h"
@@ -156,7 +156,7 @@ Tcl_HashKeyType tclObjHashKeyType = {
* name") argument in a Tcl command.
*/
-Tcl_ObjType tclCmdNameType = {
+static Tcl_ObjType tclCmdNameType = {
"cmdName", /* name */
FreeCmdNameInternalRep, /* freeIntRepProc */
DupCmdNameInternalRep, /* dupIntRepProc */