summaryrefslogtreecommitdiffstats
path: root/generic/tclOO.h
diff options
context:
space:
mode:
authornijtmans <nijtmans>2010-06-02 08:22:15 (GMT)
committernijtmans <nijtmans>2010-06-02 08:22:15 (GMT)
commitd9de75aa0e6eb5f97400c56b4d664052ab2e1ab1 (patch)
tree6580b8c028b902241b97ab58710f9870acad40da /generic/tclOO.h
parent751f8b4a5c36dbc13075aec6b6baeb60f31cea24 (diff)
downloadtcl-d9de75aa0e6eb5f97400c56b4d664052ab2e1ab1.zip
tcl-d9de75aa0e6eb5f97400c56b4d664052ab2e1ab1.tar.gz
tcl-d9de75aa0e6eb5f97400c56b4d664052ab2e1ab1.tar.bz2
remove some "BUILD_tcloo" leftovers
Diffstat (limited to 'generic/tclOO.h')
-rw-r--r--generic/tclOO.h9
1 files changed, 1 insertions, 8 deletions
diff --git a/generic/tclOO.h b/generic/tclOO.h
index d97ec47..6dc0feb 100644
--- a/generic/tclOO.h
+++ b/generic/tclOO.h
@@ -9,20 +9,13 @@
* See the file "license.terms" for information on usage and redistribution of
* this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tclOO.h,v 1.10 2010/03/05 15:32:16 dkf Exp $
+ * RCS: @(#) $Id: tclOO.h,v 1.11 2010/06/02 08:22:15 nijtmans Exp $
*/
#ifndef TCLOO_H_INCLUDED
#define TCLOO_H_INCLUDED
#include "tcl.h"
-#if defined(BUILD_tcloo)
-# define TCLOOAPI DLLEXPORT
-# undef USE_TCLOO_STUBS
-#else
-# define TCLOOAPI DLLIMPORT
-#endif
-
/*
* Be careful when it comes to versioning; need to make sure that the
* standalone TclOO version matches. Also make sure that this matches the