diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2013-06-05 07:57:06 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2013-06-05 07:57:06 (GMT) |
commit | 984c4923d6abb322e755dcde5b14bc19747eb8b8 (patch) | |
tree | 81285a3f1d78895d9f807681638a409ea60f0440 /unix/tclConfig.h.in | |
parent | 4d139bcdd3359f4e4d35db3d5fce67c6b528532c (diff) | |
parent | 6f640f9e5701a60ac0fbde981742fd3a80f59d18 (diff) | |
download | tcl-dkf_compile_improvements.zip tcl-dkf_compile_improvements.tar.gz tcl-dkf_compile_improvements.tar.bz2 |
merge trunkdkf_compile_improvements
Diffstat (limited to 'unix/tclConfig.h.in')
-rw-r--r-- | unix/tclConfig.h.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/unix/tclConfig.h.in b/unix/tclConfig.h.in index 839c2ab..23d6026 100644 --- a/unix/tclConfig.h.in +++ b/unix/tclConfig.h.in @@ -343,8 +343,8 @@ /* Do we have <values.h>? */ #undef NO_VALUES_H -/* No visibility attribute */ -#undef NO_VIZ +/* Compiler support for module scope symbols */ +#undef HAVE_HIDDEN /* Do we have wait3() */ #undef NO_WAIT3 |