diff options
| author | nijtmans <nijtmans> | 2010-06-02 08:22:15 (GMT) |
|---|---|---|
| committer | nijtmans <nijtmans> | 2010-06-02 08:22:15 (GMT) |
| commit | d9de75aa0e6eb5f97400c56b4d664052ab2e1ab1 (patch) | |
| tree | 6580b8c028b902241b97ab58710f9870acad40da /generic/tclOO.h | |
| parent | 751f8b4a5c36dbc13075aec6b6baeb60f31cea24 (diff) | |
| download | tcl-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.h | 9 |
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 |
