summaryrefslogtreecommitdiffstats
path: root/generic
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2013-10-05 13:58:48 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2013-10-05 13:58:48 (GMT)
commit460e3894b88151504e328d6e29161c4f1b40ba63 (patch)
tree530c70908ce7eea1d7db6698e94346100b154de6 /generic
parentbf332fb49405c13e2d003ac1b447bae2ac4291b4 (diff)
parent84ae9beda9265b2eea4f1c06d39e10cabc760103 (diff)
downloadtcl-460e3894b88151504e328d6e29161c4f1b40ba63.zip
tcl-460e3894b88151504e328d6e29161c4f1b40ba63.tar.gz
tcl-460e3894b88151504e328d6e29161c4f1b40ba63.tar.bz2
merge trunk
Diffstat (limited to 'generic')
-rw-r--r--generic/tclOO.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclOO.h b/generic/tclOO.h
index e19510d..41be168 100644
--- a/generic/tclOO.h
+++ b/generic/tclOO.h
@@ -43,7 +43,7 @@ extern const char *TclOOInitializeStubs(
#define Tcl_OOInitStubs(interp) \
TclOOInitializeStubs((interp), TCLOO_VERSION)
#else
-#define Tcl_OOInitStubs(interp) (TCL_OK)
+#define Tcl_OOInitStubs(interp) (TCLOO_PATCHLEVEL)
#endif
/*