diff options
author | davygrvy <davygrvy@pobox.com> | 2004-11-03 00:57:45 (GMT) |
---|---|---|
committer | davygrvy <davygrvy@pobox.com> | 2004-11-03 00:57:45 (GMT) |
commit | e82130fc14b54af2b6d23fd1ef721761b3eb2ed0 (patch) | |
tree | c017307f181c3d9420cbd7723f9b74bd25cc6b23 /generic/tclRegexp.h | |
parent | 8e80539d2db28f29f134f47906795fd38071bf0a (diff) | |
download | tcl-e82130fc14b54af2b6d23fd1ef721761b3eb2ed0.zip tcl-e82130fc14b54af2b6d23fd1ef721761b3eb2ed0.tar.gz tcl-e82130fc14b54af2b6d23fd1ef721761b3eb2ed0.tar.bz2 |
* generic/tclRegexp.h: manipulating TCL_STORAGE_CLASS unnecessary.
Diffstat (limited to 'generic/tclRegexp.h')
-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 |