summaryrefslogtreecommitdiffstats
path: root/generic/tclOO.h
diff options
context:
space:
mode:
authordonal.k.fellows@manchester.ac.uk <dkf>2013-10-04 13:12:22 (GMT)
committerdonal.k.fellows@manchester.ac.uk <dkf>2013-10-04 13:12:22 (GMT)
commit20468ac4481f8f1a3df0cee2282df75a7c93ac04 (patch)
tree2ad58a573cda3d3470761b584a2ca816c3e475f5 /generic/tclOO.h
parent5dbdce328a3ab4aef9ff958c7c44dd5af4c898d8 (diff)
downloadtcl-20468ac4481f8f1a3df0cee2282df75a7c93ac04.zip
tcl-20468ac4481f8f1a3df0cee2282df75a7c93ac04.tar.gz
tcl-20468ac4481f8f1a3df0cee2282df75a7c93ac04.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
/*