diff options
author | unknown <kent@mysql.com> | 2005-05-05 09:15:14 +0200 |
---|---|---|
committer | unknown <kent@mysql.com> | 2005-05-05 09:15:14 +0200 |
commit | f59fef3f972a5ae06523f811c55ef713a9303679 (patch) | |
tree | 15c771393cde23d12723e2bf34b0706c055c1e97 /sql/sql_bitmap.h | |
parent | 021171697f6ce3f53cb6b76e933d11e838d7eef7 (diff) | |
download | mariadb-git-f59fef3f972a5ae06523f811c55ef713a9303679.tar.gz |
terminal.c, sql_bitmap.h, my_sys.h, configure.in, config.h:
Initial Metrowerks CodeWarrior compiler support
cmd-line-utils/libedit/config.h:
Initial Metrowerks CodeWarrior compiler support
configure.in:
Initial Metrowerks CodeWarrior compiler support
include/my_sys.h:
Initial Metrowerks CodeWarrior compiler support
sql/sql_bitmap.h:
Initial Metrowerks CodeWarrior compiler support
cmd-line-utils/readline/terminal.c:
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 |