summaryrefslogtreecommitdiffstats
path: root/generic/tcl.h
diff options
context:
space:
mode:
authorescoffon <escoffon>1998-08-04 11:19:03 (GMT)
committerescoffon <escoffon>1998-08-04 11:19:03 (GMT)
commit75fb0019552a40e8411a48baff309b47141c4aa5 (patch)
treea71219db5023abbcc8902e6aeea6fe5533d71833 /generic/tcl.h
parentc016773677c8509b4d1bfa14224a00db790abe79 (diff)
downloadtcl-75fb0019552a40e8411a48baff309b47141c4aa5.zip
tcl-75fb0019552a40e8411a48baff309b47141c4aa5.tar.gz
tcl-75fb0019552a40e8411a48baff309b47141c4aa5.tar.bz2
oh well, it was supposed to be TCL_STORAGE_CLASS not TCLSTORAGECLASS
Diffstat (limited to 'generic/tcl.h')
-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
/*