summaryrefslogtreecommitdiffstats
path: root/generic/tclRegexp.h
diff options
context:
space:
mode:
Diffstat (limited to 'generic/tclRegexp.h')
-rw-r--r--generic/tclRegexp.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/generic/tclRegexp.h b/generic/tclRegexp.h
index c545590..be5cb77 100644
--- a/generic/tclRegexp.h
+++ b/generic/tclRegexp.h
@@ -31,7 +31,7 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * SCCS: @(#) tclRegexp.h 1.22 98/01/28 20:44:28
+ * RCS: @(#) $Id: tclRegexp.h,v 1.1.2.2 1998/09/24 23:59:02 stanton Exp $
*/
#ifndef _TCLREGEXP
@@ -41,6 +41,11 @@
#include "tclInt.h"
#endif
+#ifdef BUILD_tcl
+# undef TCL_STORAGE_CLASS
+# define TCL_STORAGE_CLASS DLLEXPORT
+#endif
+
/*
* The following definitions were culled from wctype.h and wchar.h.
* Those two header files are now gone. Eventually we should replace all