diff options
| author | das <das> | 2007-02-04 02:51:21 (GMT) |
|---|---|---|
| committer | das <das> | 2007-02-04 02:51:21 (GMT) |
| commit | 808efc3e2452f86c77b27f01791f241abc96d02e (patch) | |
| tree | 588a7081570533689fad036167d1fa5ff4ed5537 /unix/tclConfig.h.in | |
| parent | fad55734a43abcb507c1835b896f51d40de77eac (diff) | |
| download | tcl-808efc3e2452f86c77b27f01791f241abc96d02e.zip tcl-808efc3e2452f86c77b27f01791f241abc96d02e.tar.gz tcl-808efc3e2452f86c77b27f01791f241abc96d02e.tar.bz2 | |
* unix/tcl.m4: use gcc4's __attribute__((__visibility__("hidden"))) if
available to define MODULE_SCOPE effective on all platforms.
* unix/configure.in: add caching to -pipe and zoneinfo checks.
* unix/configure: autoconf-2.59
* unix/tclConfig.h.in: autoheader-2.59
Diffstat (limited to 'unix/tclConfig.h.in')
| -rw-r--r-- | unix/tclConfig.h.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/tclConfig.h.in b/unix/tclConfig.h.in index 6fc1306..4ce32be 100644 --- a/unix/tclConfig.h.in +++ b/unix/tclConfig.h.in @@ -265,7 +265,7 @@ /* Is this a Mac I see before me? */ #undef MAC_OSX_TCL -/* Linker support for module scope symbols */ +/* Compiler support for module scope symbols */ #undef MODULE_SCOPE /* Default libtommath precision. */ |
