summaryrefslogtreecommitdiffstats
path: root/generic
diff options
context:
space:
mode:
authorescoffon <escoffon@noemail.net>1998-07-29 11:43:18 (GMT)
committerescoffon <escoffon@noemail.net>1998-07-29 11:43:18 (GMT)
commit7c97549d61dc3094d56dfc917b2b6c7220cf5290 (patch)
tree0dce7061c7b85f1884ea42ab1ac9ba5a4f9cf9c4 /generic
parentb3791fe409d95d02c1f6c05cef7d6124dcbcafcc (diff)
downloadtcl-7c97549d61dc3094d56dfc917b2b6c7220cf5290.zip
tcl-7c97549d61dc3094d56dfc917b2b6c7220cf5290.tar.gz
tcl-7c97549d61dc3094d56dfc917b2b6c7220cf5290.tar.bz2
dropped a couple of unnecessary #defines
FossilOrigin-Name: fe5877ab2cc6c73abc847edad1438338c96b7132
Diffstat (limited to 'generic')
-rw-r--r--generic/tcl.h4
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