summaryrefslogtreecommitdiffstats
path: root/generic/tclConfig.c
diff options
context:
space:
mode:
authorandreas_kupries <andreas_kupries@noemail.net>2003-06-10 20:35:43 (GMT)
committerandreas_kupries <andreas_kupries@noemail.net>2003-06-10 20:35:43 (GMT)
commitbe64f79130028ab91cacc33654ebee085df94ee5 (patch)
tree0fde6ce55627d197ae3f92a2302156dbcdd6fa0e /generic/tclConfig.c
parenta4f05389da168320ba2ac032d754be392dd98d21 (diff)
downloadtcl-be64f79130028ab91cacc33654ebee085df94ee5.zip
tcl-be64f79130028ab91cacc33654ebee085df94ee5.tar.gz
tcl-be64f79130028ab91cacc33654ebee085df94ee5.tar.bz2
* generic/tclConfig.c (ASSOC_KEY): Changed the key to
"tclPackageAboutDict" (tcl prefix) to make collisions with the keys of other packages more unlikely. FossilOrigin-Name: efaf32b4498a19f1a867aac12697bbf67b44b86a
Diffstat (limited to 'generic/tclConfig.c')
-rw-r--r--generic/tclConfig.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tclConfig.c b/generic/tclConfig.c
index 5b03c98..e8c7be6 100644
--- a/generic/tclConfig.c
+++ b/generic/tclConfig.c
@@ -9,7 +9,7 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tclConfig.c,v 1.2 2003/06/09 22:48:32 andreas_kupries Exp $
+ * RCS: @(#) $Id: tclConfig.c,v 1.3 2003/06/10 20:35:48 andreas_kupries Exp $
*/
#include "tclInt.h"
@@ -28,7 +28,7 @@
* caller.
*/
-#define ASSOC_KEY "Package About Dict"
+#define ASSOC_KEY "tclPackageAboutDict"
/*
* Static functions in this file: