summaryrefslogtreecommitdiff
path: root/sql/protocol_cursor.cc
diff options
context:
space:
mode:
authormsvensson@neptunus.(none) <>2005-05-26 21:01:55 +0200
committermsvensson@neptunus.(none) <>2005-05-26 21:01:55 +0200
commit697cfe7f070cd6bf5c29b0055e9fe2f181868e64 (patch)
tree32e125a96dccca5fdbf44b1f1215e4285006bdb3 /sql/protocol_cursor.cc
parent90f971ae2c17889ba89ccb5af017bd210a904428 (diff)
parent6c00006d2c4f0875054693fe9fc7a5a1fb6f75d6 (diff)
downloadmariadb-git-697cfe7f070cd6bf5c29b0055e9fe2f181868e64.tar.gz
Merge from 4.1
Diffstat (limited to 'sql/protocol_cursor.cc')
-rw-r--r--sql/protocol_cursor.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/protocol_cursor.cc b/sql/protocol_cursor.cc
index 5ac03c4d427..ed2d0b583d0 100644
--- a/sql/protocol_cursor.cc
+++ b/sql/protocol_cursor.cc
@@ -19,7 +19,7 @@
The actual communction is handled by the net_xxx functions in net_serv.cc
*/
-#ifdef __GNUC__
+#ifdef USE_PRAGMA_IMPLEMENTATION
#pragma implementation // gcc: Class implementation
#endif