diff options
author | escoffon <escoffon> | 1998-08-04 10:15:50 (GMT) |
---|---|---|
committer | escoffon <escoffon> | 1998-08-04 10:15:50 (GMT) |
commit | c016773677c8509b4d1bfa14224a00db790abe79 (patch) | |
tree | d233f838a712cd61558dc15532dac77d6884c6bd /generic | |
parent | 8866347b1600d59ea782d64009466303fb24df24 (diff) | |
download | tcl-c016773677c8509b4d1bfa14224a00db790abe79.zip tcl-c016773677c8509b4d1bfa14224a00db790abe79.tar.gz tcl-c016773677c8509b4d1bfa14224a00db790abe79.tar.bz2 |
deleted a spurious line after my EXPORT changes.
Diffstat (limited to 'generic')
-rw-r--r-- | generic/tcl.h | 3 |
1 files changed, 1 insertions, 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 |