summaryrefslogtreecommitdiffstats
path: root/generic/tclOO.h
diff options
context:
space:
mode:
Diffstat (limited to 'generic/tclOO.h')
-rw-r--r--generic/tclOO.h4
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);