diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2013-10-04 13:12:22 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2013-10-04 13:12:22 (GMT) |
commit | 84ae9beda9265b2eea4f1c06d39e10cabc760103 (patch) | |
tree | 2ad58a573cda3d3470761b584a2ca816c3e475f5 /generic/tclOO.h | |
parent | cc8bd0f2037f1b9e700caf373dfb1659ba80e4b7 (diff) | |
download | tcl-84ae9beda9265b2eea4f1c06d39e10cabc760103.zip tcl-84ae9beda9265b2eea4f1c06d39e10cabc760103.tar.gz tcl-84ae9beda9265b2eea4f1c06d39e10cabc760103.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.h | 2 |
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 /* |