diff options
author | welch <welch> | 1998-08-04 23:22:45 (GMT) |
---|---|---|
committer | welch <welch> | 1998-08-04 23:22:45 (GMT) |
commit | 377809e4b775574747026054eba2ca11907048df (patch) | |
tree | a8673f7c7bd3f07fb8825a2fcb4b6f3fe83f6c99 /generic/tcl.h | |
parent | d4f36b089a76103bab4a363f025958bc5f0249ba (diff) | |
download | tcl-377809e4b775574747026054eba2ca11907048df.zip tcl-377809e4b775574747026054eba2ca11907048df.tar.gz tcl-377809e4b775574747026054eba2ca11907048df.tar.bz2 |
8.0.3-5
Diffstat (limited to 'generic/tcl.h')
-rw-r--r-- | generic/tcl.h | 21 |
1 files changed, 2 insertions, 19 deletions
diff --git a/generic/tcl.h b/generic/tcl.h index 1d6ee89..1c3c89a 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.22 1998/08/04 11:54:40 escoffon Exp $ + * SCCS: %Z% $Id: tcl.h,v 1.23 1998/08/04 23:22:45 welch Exp $ */ #ifndef _TCL @@ -41,7 +41,7 @@ #define TCL_RELEASE_SERIAL 3 #define TCL_VERSION "8.0" -#define TCL_PATCH_LEVEL "8.0.3-4" +#define TCL_PATCH_LEVEL "8.0.3-5" /* * The following definitions set up the proper options for Windows @@ -196,23 +196,6 @@ #endif /* - * The EXPORT macro is used to declare procedures that are exported by DLL - * extensions - */ - -#ifndef STATIC_BUILD -# ifdef _MSC_VER -# define EXPORT(a,b) __declspec(dllexport) a b -#else -# ifdef __BORLANDC__ -# define EXPORT(a,b) a _export b -# else -# define EXPORT(a,b) a b -# endif -#endif -#endif - -/* * Definitions that allow this header file to be used either with or * without ANSI C features like function prototypes. */ |