diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-10-02 10:30:19 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-10-02 10:30:19 (GMT) |
commit | 497f593fcdae942fd1be5b1f8c9b6bfa22b77b97 (patch) | |
tree | b7aebeabcc72f47ba34bb386b4f25f8ffd816488 /generic/tclOO.h | |
parent | 0bb601dd7253b545f4f9723a05bdd71c23421c77 (diff) | |
download | tcl-497f593fcdae942fd1be5b1f8c9b6bfa22b77b97.zip tcl-497f593fcdae942fd1be5b1f8c9b6bfa22b77b97.tar.gz tcl-497f593fcdae942fd1be5b1f8c9b6bfa22b77b97.tar.bz2 |
Fix compilation of Itcl and Tdbc
Diffstat (limited to 'generic/tclOO.h')
-rw-r--r-- | generic/tclOO.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/generic/tclOO.h b/generic/tclOO.h index e5ed10d..b77faf4 100644 --- a/generic/tclOO.h +++ b/generic/tclOO.h @@ -37,6 +37,10 @@ extern "C" { #endif +#ifdef USE_TCL_STUBS +# define USE_TCLOO_STUBS +#endif + #ifdef USE_TCLOO_STUBS extern const char *TclOOInitializeStubs( Tcl_Interp *, const char *version); |