diff options
author | escoffon <escoffon> | 1998-07-29 11:43:18 (GMT) |
---|---|---|
committer | escoffon <escoffon> | 1998-07-29 11:43:18 (GMT) |
commit | 72ab2e65a089e9325df90435b35548d331eb2496 (patch) | |
tree | 0dce7061c7b85f1884ea42ab1ac9ba5a4f9cf9c4 /generic/tcl.h | |
parent | 848d4ea6b2ae93e921dcda847121f2bdd2f2b360 (diff) | |
download | tcl-72ab2e65a089e9325df90435b35548d331eb2496.zip tcl-72ab2e65a089e9325df90435b35548d331eb2496.tar.gz tcl-72ab2e65a089e9325df90435b35548d331eb2496.tar.bz2 |
dropped a couple of unnecessary #defines
Diffstat (limited to 'generic/tcl.h')
-rw-r--r-- | generic/tcl.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/generic/tcl.h b/generic/tcl.h index 30cd7ee..94685fc 100644 --- a/generic/tcl.h +++ b/generic/tcl.h @@ -11,7 +11,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * SCCS: %Z% $Id: tcl.h,v 1.15 1998/07/29 11:41:24 escoffon Exp $ + * SCCS: %Z% $Id: tcl.h,v 1.16 1998/07/29 11:43:18 escoffon Exp $ */ #ifndef _TCL @@ -170,12 +170,10 @@ # else # define DLLIMPORT # define DLLEXPORT -# define EXPORT # endif #else # define DLLIMPORT # define DLLEXPORT -# define EXPORT #endif #ifdef EXPORT |