summaryrefslogtreecommitdiffstats
path: root/generic/tclOO.decls
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2013-10-14 08:11:59 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2013-10-14 08:11:59 (GMT)
commitd02f468b979104d4c98a39347be7960486530e1c (patch)
tree13e0e9fb6680f2a21906d0db604753cf2526a42f /generic/tclOO.decls
parent2dc26cc732ba64065c0bf64d8c63a2c82c539999 (diff)
downloadtcl-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/tclOO.decls')
-rw-r--r--generic/tclOO.decls3
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.
#