diff options
author | unknown <tnurnberg@white.intern.koehntopp.de> | 2008-03-27 23:35:56 +0100 |
---|---|---|
committer | unknown <tnurnberg@white.intern.koehntopp.de> | 2008-03-27 23:35:56 +0100 |
commit | ed1d366a23e4320e0dcee29c642c94e6ce491fd3 (patch) | |
tree | b9f89b444f3abe5cf19b8d54c93829194bd6ace8 /include/my_global.h | |
parent | 0db1f520c629455b4766c3d8f57a9767d7f6a98f (diff) | |
parent | 8e473edd486e35cd80617db5220c89e933995a56 (diff) | |
download | mariadb-git-ed1d366a23e4320e0dcee29c642c94e6ce491fd3.tar.gz |
Merge mysql.com:/misc/mysql/mysql-5.0
into mysql.com:/misc/mysql/mysql-5.0-opt
CMakeLists.txt:
Auto merged
configure.in:
Auto merged
include/config-win.h:
Auto merged
include/my_global.h:
Auto merged
Diffstat (limited to 'include/my_global.h')
-rw-r--r-- | include/my_global.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/my_global.h b/include/my_global.h index f290b690630..b0a26e67d9b 100644 --- a/include/my_global.h +++ b/include/my_global.h @@ -980,7 +980,7 @@ typedef int myf; /* Type of MyFlags in my_funcs */ typedef char byte; /* Smallest addressable unit */ #endif typedef char my_bool; /* Small bool */ -#if !defined(bool) && !defined(bool_defined) && (!defined(HAVE_BOOL) || !defined(__cplusplus)) +#if !defined(bool) && (!defined(HAVE_BOOL) || !defined(__cplusplus)) typedef char bool; /* Ordinary boolean values 0 1 */ #endif /* Macros for converting *constants* to the right type */ |