diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2014-02-26 13:16:18 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2014-02-26 13:16:18 (GMT) |
commit | 33648948cab45a58ba614f448459fdcb133023dc (patch) | |
tree | ac41adc884e8209fd3cdb966d0c4b12dcb09de45 /generic/tclOO.decls | |
parent | 259729fa361e6d184ef91be067a93309e14cd998 (diff) | |
download | tcl-33648948cab45a58ba614f448459fdcb133023dc.zip tcl-33648948cab45a58ba614f448459fdcb133023dc.tar.gz tcl-33648948cab45a58ba614f448459fdcb133023dc.tar.bz2 |
Simplify macro handling in tclOO*Decls.h, just as already done in "novem" [0c37ab8944], itcl*Decls.h and tdbc*Decls.h.
This doesn't change the way symbols are exported. This simplifications were already present in the Tcl 8.6.2 headers, but those were buggy when tclOO was linked in statically without using stubs.
Diffstat (limited to 'generic/tclOO.decls')
-rw-r--r-- | generic/tclOO.decls | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/generic/tclOO.decls b/generic/tclOO.decls index 5d6f2c2..265ba88 100644 --- a/generic/tclOO.decls +++ b/generic/tclOO.decls @@ -18,6 +18,7 @@ library tclOO interface tclOO hooks tclOOInt +scspec TCLAPI declare 0 { Tcl_Object Tcl_CopyObjectInstance(Tcl_Interp *interp, |