summaryrefslogtreecommitdiff
path: root/ndb/src/common/portlib
diff options
context:
space:
mode:
authorunknown <tomas@mc05.(none)>2004-05-27 13:19:55 +0200
committerunknown <tomas@mc05.(none)>2004-05-27 13:19:55 +0200
commita00152e952c16c411b31b7e6d85059c58dd6844d (patch)
tree64f2411e1d1d86f6a3aab85b2d07d91415458a6c /ndb/src/common/portlib
parent9b2682e65eaf99e9642e18a157c474487d3a7e0c (diff)
parentf9e8b64e1f2fd9d85d91a6032af56810dd723391 (diff)
downloadmariadb-git-a00152e952c16c411b31b7e6d85059c58dd6844d.tar.gz
Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1-ndb
into mc05.(none):/space2/tomas/mysql-4.1
Diffstat (limited to 'ndb/src/common/portlib')
-rw-r--r--ndb/src/common/portlib/gcc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ndb/src/common/portlib/gcc.cpp b/ndb/src/common/portlib/gcc.cpp
index 41b1373ee78..66aa4812dc6 100644
--- a/ndb/src/common/portlib/gcc.cpp
+++ b/ndb/src/common/portlib/gcc.cpp
@@ -2,6 +2,6 @@
/**
* GCC linking problem...
*/
-#if ( __GNUC__ == 3 )
+#ifdef DEFINE_CXA_PURE_VIRTUAL
extern "C" { int __cxa_pure_virtual() { return 0;} }
#endif