diff options
author | Kevin B Kenny <kennykb@acm.org> | 2013-10-05 16:44:05 (GMT) |
---|---|---|
committer | Kevin B Kenny <kennykb@acm.org> | 2013-10-05 16:44:05 (GMT) |
commit | c68a9c8be3e79f9ba64c9b1b55773fb8defa3719 (patch) | |
tree | a19cf78ab60b96ac97e2e8394422ee9b96585607 /generic/tclOO.decls | |
parent | a9019a7733cf3e446631c05020aa0ec515a313b1 (diff) | |
parent | d10e74e4a937c4ba1e59cf2bad549282688ff48e (diff) | |
download | tcl-c68a9c8be3e79f9ba64c9b1b55773fb8defa3719.zip tcl-c68a9c8be3e79f9ba64c9b1b55773fb8defa3719.tar.gz tcl-c68a9c8be3e79f9ba64c9b1b55773fb8defa3719.tar.bz2 |
Merge trunk. Restore buildability by adding 'scspec TCLAPI' in tclOOInt.decls.
Diffstat (limited to 'generic/tclOO.decls')
-rw-r--r-- | generic/tclOO.decls | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclOO.decls b/generic/tclOO.decls index f22390e..f7747f1 100644 --- a/generic/tclOO.decls +++ b/generic/tclOO.decls @@ -12,7 +12,6 @@ # this file, and for a DISCLAIMER OF ALL WARRANTIES. library tclOO -scspec TCLOOAPI ###################################################################### # Public API, exposed for general users of TclOO. @@ -20,6 +19,7 @@ scspec TCLOOAPI interface tclOO hooks tclOOInt +scspec TCLAPI declare 0 { Tcl_Object Tcl_CopyObjectInstance(Tcl_Interp *interp, |