summaryrefslogtreecommitdiffstats
path: root/generic/tclMain.c
diff options
context:
space:
mode:
authornijtmans <nijtmans@noemail.net>2010-04-30 07:07:06 (GMT)
committernijtmans <nijtmans@noemail.net>2010-04-30 07:07:06 (GMT)
commit6b64be1dd279b2bf7a97d4e4c33de7ac6058c0d4 (patch)
treea83c4dd6807a355bec75980709018193ca32b28e /generic/tclMain.c
parent51c0cea82fcb1fd38ca190ee05b979411ed86ebf (diff)
downloadtcl-6b64be1dd279b2bf7a97d4e4c33de7ac6058c0d4.zip
tcl-6b64be1dd279b2bf7a97d4e4c33de7ac6058c0d4.tar.gz
tcl-6b64be1dd279b2bf7a97d4e4c33de7ac6058c0d4.tar.bz2
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. FossilOrigin-Name: 79f098fef8e1e91ce261176c2f287905b0db8148
Diffstat (limited to 'generic/tclMain.c')
-rw-r--r--generic/tclMain.c5
1 files changed, 1 insertions, 4 deletions
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.
*/