summaryrefslogtreecommitdiff
path: root/sql/tztime.cc
diff options
context:
space:
mode:
authormsvensson@neptunus.(none) <>2005-05-26 12:09:14 +0200
committermsvensson@neptunus.(none) <>2005-05-26 12:09:14 +0200
commit83d430353ea7e95ad83807c7ba079a4eafbd2740 (patch)
tree4920b558234eccbf28718266bd9fae673ef3028f /sql/tztime.cc
parent0ed2e577318c5121ac3509ce16b829f37f02a8ed (diff)
downloadmariadb-git-83d430353ea7e95ad83807c7ba079a4eafbd2740.tar.gz
Add ifdefs to control when "#pragma implementation" should be used
Added some more ifdefs for "#pragma interface"
Diffstat (limited to 'sql/tztime.cc')
-rw-r--r--sql/tztime.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/tztime.cc b/sql/tztime.cc
index c45271966f9..8fac054c49c 100644
--- a/sql/tztime.cc
+++ b/sql/tztime.cc
@@ -20,7 +20,7 @@
(We will refer to this code as to elsie-code further.)
*/
-#ifdef __GNUC__
+#ifdef USE_PRAGMA_IMPLEMENTATION
#pragma implementation // gcc: Class implementation
#endif