From 474a30aa667f24a8686adf6e4054789d5f199484 Mon Sep 17 00:00:00 2001 From: andreas_kupries Date: Tue, 10 Jun 2003 20:35:43 +0000 Subject: * generic/tclConfig.c (ASSOC_KEY): Changed the key to "tclPackageAboutDict" (tcl prefix) to make collisions with the keys of other packages more unlikely. --- ChangeLog | 6 ++++++ generic/tclConfig.c | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index ff684fe..892b422 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2003-06-10 Andreas Kupries + + * generic/tclConfig.c (ASSOC_KEY): Changed the key to + "tclPackageAboutDict" (tcl prefix) to make collisions with the + keys of other packages more unlikely. + 2003-06-10 Miguel Sofer * generic/tclBasic.c: 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: -- cgit v0.12