summaryrefslogtreecommitdiffstats
path: root/generic/tcl.h
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2014-02-08 07:54:21 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2014-02-08 07:54:21 (GMT)
commit2ac3c16d405d20153ce0ad43f308ff05bc372f7a (patch)
treea2c25a30318c9b3b690cc56b74cd1e45cfb7d794 /generic/tcl.h
parentc688c0e2b32e29091cb41f2ef425fe3cafa39c19 (diff)
parent5c88f32139644538542058b07833e3731af7be18 (diff)
downloadtcl-2ac3c16d405d20153ce0ad43f308ff05bc372f7a.zip
tcl-2ac3c16d405d20153ce0ad43f308ff05bc372f7a.tar.gz
tcl-2ac3c16d405d20153ce0ad43f308ff05bc372f7a.tar.bz2
merge trunk
Diffstat (limited to 'generic/tcl.h')
-rw-r--r--generic/tcl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tcl.h b/generic/tcl.h
index 4bf81cc..b7237bf 100644
--- a/generic/tcl.h
+++ b/generic/tcl.h
@@ -191,7 +191,7 @@ extern "C" {
* MSVCRT.
*/
-#if (defined(__WIN32__) && (defined(_MSC_VER) || (__BORLANDC__ >= 0x0550) || defined(__LCC__) || defined(__WATCOMC__) || (defined(__GNUC__) && defined(__declspec))))
+#if (defined(__WIN32__) && (defined(_MSC_VER) || (defined(__BORLANDC__) && (__BORLANDC__ >= 0x0550)) || defined(__LCC__) || defined(__WATCOMC__) || (defined(__GNUC__) && defined(__declspec))))
# define HAVE_DECLSPEC 1
# ifdef STATIC_BUILD
# define DLLIMPORT