summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2007-01-25 09:38:15 +0000
committerSimon Josefsson <simon@josefsson.org>2007-01-25 09:38:15 +0000
commit23af52ec63eee986a49391fb0d1967d2c696fe38 (patch)
tree9ac6c728ab785b6db93f98442ff1856439bb953e /includes
parent8223c1d011896250497ca0386241196e0f764f07 (diff)
downloadgnutls-23af52ec63eee986a49391fb0d1967d2c696fe38.tar.gz
Add comment to describe C++ compiler bug problem.
Diffstat (limited to 'includes')
-rw-r--r--includes/gnutls/gnutlsxx.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/includes/gnutls/gnutlsxx.h b/includes/gnutls/gnutlsxx.h
index f0f6d3f622..555900a4d8 100644
--- a/includes/gnutls/gnutlsxx.h
+++ b/includes/gnutls/gnutlsxx.h
@@ -234,6 +234,9 @@ class credentials
public:
credentials(gnutls_credentials_type_t t);
#if defined(__APPLE__) || defined(__MACOS__)
+ /* FIXME: This #if is due to a compile bug in Mac OS X. Give
+ it some time and then remove this cruft. See also
+ lib/gnutlsxx.cpp. */
credentials( credentials& c) {
type = c.type;
set_ptr( c.ptr());