diff options
author | jan.nijtmans <jan.nijtmans@noemail.net> | 2013-11-19 11:53:32 (GMT) |
---|---|---|
committer | jan.nijtmans <jan.nijtmans@noemail.net> | 2013-11-19 11:53:32 (GMT) |
commit | 145c7541f0906de9503c8d1d7be9e1dea0be81ef (patch) | |
tree | ef732b1d2dd74040706b046bfb344df4db9d7ca9 /win | |
parent | cf9d54fd7617e8c4816bdfafe8828c938a8180d1 (diff) | |
download | tk-145c7541f0906de9503c8d1d7be9e1dea0be81ef.zip tk-145c7541f0906de9503c8d1d7be9e1dea0be81ef.tar.gz tk-145c7541f0906de9503c8d1d7be9e1dea0be81ef.tar.bz2 |
Revert [3eaa6c984a] (Enh [http://core.tcl.tk/tcl/info/2959069|2959069]), as it turns out that -fvisibility=hidden only affects definitions and not declarations.
Therefore explicitely declaring each MODULE_SCOPE function as __attribute__((__visibility__("hidden")) is much better.
Suggested by Stuart Cassoff (Thanks!).
FossilOrigin-Name: ac37b026224d3681ae6e0a707fc9d36fc91fa245
Diffstat (limited to 'win')
-rw-r--r-- | win/tcl.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -247,7 +247,7 @@ AC_DEFUN([SC_PATH_TKCONFIG], [ # # Results: # -# Subst the following vars: +# Substitutes the following vars: # TCL_BIN_DIR # TCL_SRC_DIR # TCL_LIB_FILE |