From c016773677c8509b4d1bfa14224a00db790abe79 Mon Sep 17 00:00:00 2001 From: escoffon Date: Tue, 4 Aug 1998 10:15:50 +0000 Subject: deleted a spurious line after my EXPORT changes. --- generic/tcl.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/generic/tcl.h b/generic/tcl.h index 8b540e0..33705fd 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.19 1998/08/04 09:57:24 escoffon Exp $ + * SCCS: %Z% $Id: tcl.h,v 1.20 1998/08/04 10:15:50 escoffon Exp $ */ #ifndef _TCL @@ -203,7 +203,6 @@ #ifndef STATIC_BUILD # ifdef _MSC_VER # define EXPORT(a,b) __declspec(dllexport) a b -# define DllEntryPoint DllMain #else # ifdef __BORLANDC__ # define EXPORT(a,b) a _export b -- cgit v0.12