From e82130fc14b54af2b6d23fd1ef721761b3eb2ed0 Mon Sep 17 00:00:00 2001 From: davygrvy Date: Wed, 3 Nov 2004 00:57:45 +0000 Subject: * generic/tclRegexp.h: manipulating TCL_STORAGE_CLASS unnecessary. --- generic/tclRegexp.h | 7 +------ 1 file changed, 1 insertion(+), 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 -- cgit v0.12