summaryrefslogtreecommitdiffstats
path: root/generic/tclRegexp.h
diff options
context:
space:
mode:
authordavygrvy <davygrvy@noemail.net>2004-11-03 00:57:44 (GMT)
committerdavygrvy <davygrvy@noemail.net>2004-11-03 00:57:44 (GMT)
commit53cd7c96f8b86d9864aef35e046f647d88a93e45 (patch)
treec017307f181c3d9420cbd7723f9b74bd25cc6b23 /generic/tclRegexp.h
parent0a04da19cc41f5ffe18b4284fee75f69f736bcfd (diff)
downloadtcl-53cd7c96f8b86d9864aef35e046f647d88a93e45.zip
tcl-53cd7c96f8b86d9864aef35e046f647d88a93e45.tar.gz
tcl-53cd7c96f8b86d9864aef35e046f647d88a93e45.tar.bz2
* generic/tclRegexp.h: manipulating TCL_STORAGE_CLASS unnecessary.
FossilOrigin-Name: 6e7d80fe4ba7d80fab93c27a85cabe505c9a27ca
Diffstat (limited to 'generic/tclRegexp.h')
-rw-r--r--generic/tclRegexp.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/generic/tclRegexp.h b/generic/tclRegexp.h
index ef93d1e..309c00a 100644
--- a/generic/tclRegexp.h
+++ b/generic/tclRegexp.h
@@ -10,7 +10,7 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tclRegexp.h,v 1.11 1999/08/02 17:45:38 redman Exp $
+ * RCS: @(#) $Id: tclRegexp.h,v 1.12 2004/11/03 00:57:45 davygrvy Exp $
*/
#ifndef _TCLREGEXP
@@ -18,11 +18,6 @@
#include "regex.h"
-#ifdef BUILD_tcl
-# undef TCL_STORAGE_CLASS
-# define TCL_STORAGE_CLASS DLLEXPORT
-#endif
-
/*
* The TclRegexp structure encapsulates a compiled regex_t,
* the flags that were used to compile it, and an array of pointers