1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

terminal.c, sql_bitmap.h, my_sys.h, configure.in, config.h:

Initial Metrowerks CodeWarrior compiler support
This commit is contained in:
kent@mysql.com
2005-05-05 09:15:14 +02:00
parent 60c4ce90fc
commit c4acdc6e0f
5 changed files with 29 additions and 4 deletions

View File

@@ -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