summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2013-10-02 13:16:10 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2013-10-02 13:16:10 (GMT)
commit08c51736454ed20f4975179188a837a41f8f9d15 (patch)
tree3458ee33af499ac7b2c80c66c63a89a68ad4d9f3
parent1153158b42de547b96903291c168db993b64d960 (diff)
downloadtcl-08c51736454ed20f4975179188a837a41f8f9d15.zip
tcl-08c51736454ed20f4975179188a837a41f8f9d15.tar.gz
tcl-08c51736454ed20f4975179188a837a41f8f9d15.tar.bz2
neater
-rw-r--r--generic/tclOO.h6
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) \