summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorescoffon <escoffon>1998-07-29 11:43:18 (GMT)
committerescoffon <escoffon>1998-07-29 11:43:18 (GMT)
commit72ab2e65a089e9325df90435b35548d331eb2496 (patch)
tree0dce7061c7b85f1884ea42ab1ac9ba5a4f9cf9c4
parent848d4ea6b2ae93e921dcda847121f2bdd2f2b360 (diff)
downloadtcl-72ab2e65a089e9325df90435b35548d331eb2496.zip
tcl-72ab2e65a089e9325df90435b35548d331eb2496.tar.gz
tcl-72ab2e65a089e9325df90435b35548d331eb2496.tar.bz2
dropped a couple of unnecessary #defines
-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