diff options
-rw-r--r-- | generic/tclRegexp.h | 7 |
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 |