diff options
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 |