diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-10-14 08:11:59 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-10-14 08:11:59 (GMT) |
commit | d02f468b979104d4c98a39347be7960486530e1c (patch) | |
tree | 13e0e9fb6680f2a21906d0db604753cf2526a42f /generic | |
parent | 2dc26cc732ba64065c0bf64d8c63a2c82c539999 (diff) | |
download | tcl-d02f468b979104d4c98a39347be7960486530e1c.zip tcl-d02f468b979104d4c98a39347be7960486530e1c.tar.gz tcl-d02f468b979104d4c98a39347be7960486530e1c.tar.bz2 |
Fix comment in tclOO.decls: tclOOStubLib.c is not generated by "make genstubs".
In pkgooa.c, check whether the internal TclOO stub table is initialized correctly as well, some internal simplifications and improved comments.
Diffstat (limited to 'generic')
-rw-r--r-- | generic/tclOO.decls | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/generic/tclOO.decls b/generic/tclOO.decls index 4f1987c..5d6f2c2 100644 --- a/generic/tclOO.decls +++ b/generic/tclOO.decls @@ -3,8 +3,7 @@ # This file contains the declarations for all supported public functions # that are exported by the TclOO package that is embedded within the Tcl # library via the stubs table. This file is used to generate the -# tclOODecls.h, tclOOIntDecls.h, tclOOStubInit.c, and tclOOStubLib.c -# files. +# tclOODecls.h, tclOOIntDecls.h and tclOOStubInit.c files. # # Copyright (c) 2008-2013 by Donal K. Fellows. # |