diff options
| author | dkf <donal.k.fellows@manchester.ac.uk> | 2013-10-02 13:16:10 (GMT) |
|---|---|---|
| committer | dkf <donal.k.fellows@manchester.ac.uk> | 2013-10-02 13:16:10 (GMT) |
| commit | 4b54ec077b209b811c2ca0593a6a3ec52db365fb (patch) | |
| tree | 3458ee33af499ac7b2c80c66c63a89a68ad4d9f3 | |
| parent | 76ca8e700845bd2a2ef095d3680324533ea843ae (diff) | |
| download | tcl-4b54ec077b209b811c2ca0593a6a3ec52db365fb.zip tcl-4b54ec077b209b811c2ca0593a6a3ec52db365fb.tar.gz tcl-4b54ec077b209b811c2ca0593a6a3ec52db365fb.tar.bz2 | |
neater
| -rw-r--r-- | generic/tclOO.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/generic/tclOO.h b/generic/tclOO.h index b77faf4..e19510d 100644 --- a/generic/tclOO.h +++ b/generic/tclOO.h @@ -37,11 +37,7 @@ extern "C" { #endif -#ifdef USE_TCL_STUBS -# define USE_TCLOO_STUBS -#endif - -#ifdef USE_TCLOO_STUBS +#if (defined(USE_TCLOO_STUBS) || defined(USE_TCL_STUBS)) extern const char *TclOOInitializeStubs( Tcl_Interp *, const char *version); #define Tcl_OOInitStubs(interp) \ |
