From 35f535f5c0a63c012f271d83934906a3fcc2a69c Mon Sep 17 00:00:00 2001 From: nijtmans Date: Fri, 30 Apr 2010 07:07:06 +0000 Subject: Unnecessary TCL_STORAGE_CLASS re-definition. It was used for an ancient dummy reference to Tcl_LinkVar(), but that's already gone since 2002-05-29. --- ChangeLog | 6 ++++++ generic/tclMain.c | 5 +---- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 1ccd937..58829fd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2010-04-30 Jan Nijtmans + + * generic/tclMain.c. Unnecessary TCL_STORAGE_CLASS re-definition. + It was used for an ancient dummy reference to Tcl_LinkVar(), + but that's already gone since 2002-05-29. + 2010-04-29 Miguel Sofer * generic/tclCompExpr.c: Slight change in the literal sharing diff --git a/generic/tclMain.c b/generic/tclMain.c index 39bacc1..5d4c6f9 100644 --- a/generic/tclMain.c +++ b/generic/tclMain.c @@ -10,14 +10,11 @@ * See the file "license.terms" for information on usage and redistribution of * this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tclMain.c,v 1.49 2010/02/27 12:07:04 dkf Exp $ + * RCS: @(#) $Id: tclMain.c,v 1.50 2010/04/30 07:07:06 nijtmans Exp $ */ #include "tclInt.h" -#undef TCL_STORAGE_CLASS -#define TCL_STORAGE_CLASS DLLEXPORT - /* * The default prompt used when the user has not overridden it. */ -- cgit v0.12