summaryrefslogtreecommitdiffstats
path: root/generic/tclOO.h
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2013-10-04 13:12:22 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2013-10-04 13:12:22 (GMT)
commit28552e2e35fee866a114dac55345cbd73ff5201a (patch)
tree2ad58a573cda3d3470761b584a2ca816c3e475f5 /generic/tclOO.h
parentc3651154a70256c0f8bc1bea980d162eb575d154 (diff)
downloadtcl-28552e2e35fee866a114dac55345cbd73ff5201a.zip
tcl-28552e2e35fee866a114dac55345cbd73ff5201a.tar.gz
tcl-28552e2e35fee866a114dac55345cbd73ff5201a.tar.bz2
Added missing documentation. Corrected result of Tcl_OOInitStubs in non-stub case.
Diffstat (limited to 'generic/tclOO.h')
-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
/*