diff options
author | kent@mysql.com <> | 2005-05-05 09:15:14 +0200 |
---|---|---|
committer | kent@mysql.com <> | 2005-05-05 09:15:14 +0200 |
commit | c4acdc6e0fcdd74e62eaeadac7c7508f0a4950a8 (patch) | |
tree | 15c771393cde23d12723e2bf34b0706c055c1e97 /sql/sql_bitmap.h | |
parent | 60c4ce90fce86def2604fa070ffb070167b0bd24 (diff) | |
download | mariadb-git-c4acdc6e0fcdd74e62eaeadac7c7508f0a4950a8.tar.gz |
terminal.c, sql_bitmap.h, my_sys.h, configure.in, config.h:
Initial Metrowerks CodeWarrior compiler support
Diffstat (limited to 'sql/sql_bitmap.h')
-rw-r--r-- | sql/sql_bitmap.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_bitmap.h b/sql/sql_bitmap.h index 5c51f3ecb67..2fd603d9381 100644 --- a/sql/sql_bitmap.h +++ b/sql/sql_bitmap.h @@ -91,7 +91,7 @@ template <> class Bitmap<64> ulonglong map; public: Bitmap<64>() { } -#if defined(__NETWARE__) +#if defined(__NETWARE__) || defined(__MWERKS__) /* Metwork compiler gives error on Bitmap<64> Changed to Bitmap, since in this case also it will proper construct |