mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 21:12:26 +01:00
f59fef3f97
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
16 lines
326 B
C
16 lines
326 B
C
|
|
#include "my_config.h"
|
|
#include "sys.h"
|
|
|
|
#if defined(LIBC_SCCS) && !defined(lint)
|
|
#define __RCSID(x)
|
|
#define __COPYRIGHT(x)
|
|
#endif
|
|
#define __RENAME(x)
|
|
#define _DIAGASSERT(x)
|
|
|
|
#if !defined(__attribute__) && (defined(__cplusplus) || !defined(__GNUC__) || __GNUC__ == 2 && __GNUC_MINOR__ < 8)
|
|
#define __attribute__(A)
|
|
#endif
|
|
|
|
|