diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-10-13 16:19:44 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-10-13 16:19:44 (GMT) |
commit | a31cc592a4e4c6d1ba5a4f0e12457adcfe668d15 (patch) | |
tree | dec7c290e72d083bd4b35a355560b722b53b48b9 /generic/tcl.decls | |
parent | 5ab205e3a03e8c73052ecffe7173cb205398c779 (diff) | |
download | tcl-a31cc592a4e4c6d1ba5a4f0e12457adcfe668d15.zip tcl-a31cc592a4e4c6d1ba5a4f0e12457adcfe668d15.tar.gz tcl-a31cc592a4e4c6d1ba5a4f0e12457adcfe668d15.tar.bz2 |
The Tcl 9.0 way of how [dfc08326e3] should be fixed: Real integration of TclOO in Tcl means that calling the function Tcl_OOInitStubs() should be elminated in full. This branch shows how to do that.rfe_dfc08326e3
Diffstat (limited to 'generic/tcl.decls')
-rw-r--r-- | generic/tcl.decls | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/generic/tcl.decls b/generic/tcl.decls index 734aae7..005b513 100644 --- a/generic/tcl.decls +++ b/generic/tcl.decls @@ -18,9 +18,10 @@ library tcl # tclPlat - platform specific public # tclInt - generic private # tclPlatInt - platform specific private +# tclOO - tclOO public interface tcl -hooks {tclPlat tclInt tclIntPlat} +hooks {tclPlat tclInt tclIntPlat tclOO} scspec TCLAPI # Declare each of the functions in the public Tcl interface. Note that |