diff options
author | msvensson@neptunus.(none) <> | 2005-05-09 11:26:48 +0200 |
---|---|---|
committer | msvensson@neptunus.(none) <> | 2005-05-09 11:26:48 +0200 |
commit | 34cec09efb44eca467efb41bbe3f10e3000523a6 (patch) | |
tree | c55cad5b59f1ef669924fb93c59e60e283fe3974 /sql/protocol.h | |
parent | b2fc830459eb5f03caa4cb73005ead95c0f72924 (diff) | |
parent | 5b5565c30a8678ab69b1089aef3c05c8bba29d08 (diff) | |
download | mariadb-git-34cec09efb44eca467efb41bbe3f10e3000523a6.tar.gz |
Merge neptunus.(none):/home/msvensson/mysql/bug10241
into neptunus.(none):/home/msvensson/mysql/mysql-5.0
Diffstat (limited to 'sql/protocol.h')
-rw-r--r-- | sql/protocol.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/protocol.h b/sql/protocol.h index de379db541b..01331ef64ba 100644 --- a/sql/protocol.h +++ b/sql/protocol.h @@ -14,7 +14,7 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -#ifdef __GNUC__ +#ifdef USE_PRAGMA_INTERFACE #pragma interface /* gcc class implementation */ #endif |