diff options
author | msvensson@neptunus.(none) <> | 2005-05-26 21:01:55 +0200 |
---|---|---|
committer | msvensson@neptunus.(none) <> | 2005-05-26 21:01:55 +0200 |
commit | 697cfe7f070cd6bf5c29b0055e9fe2f181868e64 (patch) | |
tree | 32e125a96dccca5fdbf44b1f1215e4285006bdb3 /sql/protocol.cc | |
parent | 90f971ae2c17889ba89ccb5af017bd210a904428 (diff) | |
parent | 6c00006d2c4f0875054693fe9fc7a5a1fb6f75d6 (diff) | |
download | mariadb-git-697cfe7f070cd6bf5c29b0055e9fe2f181868e64.tar.gz |
Merge from 4.1
Diffstat (limited to 'sql/protocol.cc')
-rw-r--r-- | sql/protocol.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/protocol.cc b/sql/protocol.cc index 9a96da004c5..57922cdc677 100644 --- a/sql/protocol.cc +++ b/sql/protocol.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 |