summaryrefslogtreecommitdiffstats
path: root/generic
diff options
context:
space:
mode:
authorescoffon <escoffon@noemail.net>1998-08-04 11:19:03 (GMT)
committerescoffon <escoffon@noemail.net>1998-08-04 11:19:03 (GMT)
commit683c48dfbd7928f513aab0eb00ca8f3bbb6ad482 (patch)
treea71219db5023abbcc8902e6aeea6fe5533d71833 /generic
parent0118a3817007171d9f24f364ecbd5a4fdb606fde (diff)
downloadtcl-683c48dfbd7928f513aab0eb00ca8f3bbb6ad482.zip
tcl-683c48dfbd7928f513aab0eb00ca8f3bbb6ad482.tar.gz
tcl-683c48dfbd7928f513aab0eb00ca8f3bbb6ad482.tar.bz2
oh well, it was supposed to be TCL_STORAGE_CLASS not TCLSTORAGECLASS
FossilOrigin-Name: 534cf565cd1ec5ae7723a032ab523569d8b7c1fb
Diffstat (limited to 'generic')
-rw-r--r--generic/tcl.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/generic/tcl.h b/generic/tcl.h
index 33705fd..0a7079f 100644
--- a/generic/tcl.h
+++ b/generic/tcl.h
@@ -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.
*
- * SCCS: %Z% $Id: tcl.h,v 1.20 1998/08/04 10:15:50 escoffon Exp $
+ * SCCS: %Z% $Id: tcl.h,v 1.21 1998/08/04 11:19:03 escoffon Exp $
*/
#ifndef _TCL
@@ -186,13 +186,13 @@
# define DLLEXPORT
#endif
-#ifdef TCLSTORAGECLASS
-# undef TCLSTORAGECLASS
+#ifdef TCL_STORAGE_CLASS
+# undef TCL_STORAGE_CLASS
#endif
#ifdef BUILD_tcl
-# define TCLSTORAGECLASS DLLEXPORT
+# define TCL_STORAGE_CLASS DLLEXPORT
#else
-# define TCLSTORAGECLASS DLLIMPORT
+# define TCL_STORAGE_CLASS DLLIMPORT
#endif
/*