diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-11-19 11:53:32 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-11-19 11:53:32 (GMT) |
commit | 2e969c1eebe657e1b57a2e5ee2aa11f300e9fd5f (patch) | |
tree | ef732b1d2dd74040706b046bfb344df4db9d7ca9 /win/tcl.m4 | |
parent | 48494f66c267f103ed95d01c2b56fc4f140d9913 (diff) | |
download | tk-2e969c1eebe657e1b57a2e5ee2aa11f300e9fd5f.zip tk-2e969c1eebe657e1b57a2e5ee2aa11f300e9fd5f.tar.gz tk-2e969c1eebe657e1b57a2e5ee2aa11f300e9fd5f.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!).
Diffstat (limited to 'win/tcl.m4')
-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 |