diff options
author | msvensson@pilot.blaudden <> | 2007-04-12 00:43:25 +0200 |
---|---|---|
committer | msvensson@pilot.blaudden <> | 2007-04-12 00:43:25 +0200 |
commit | 7563ebefca27494b2beaee244e0d16b7098e51de (patch) | |
tree | 5cac6e2c2035356b35afce525ae26148e79ddf94 /include/my_sys.h | |
parent | 4e17e06a5b620238488eaa1c1d24aa82b80e04a7 (diff) | |
download | mariadb-git-7563ebefca27494b2beaee244e0d16b7098e51de.tar.gz |
Bug#25118 ATTRIBUTE_FORMAT_FPTR undeclared in m_ctype.h
- Move marcos for __attribute__ usage to my_attribute.h and
include that file where needed
Diffstat (limited to 'include/my_sys.h')
-rw-r--r-- | include/my_sys.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/my_sys.h b/include/my_sys.h index 63a1faf3995..615a074e814 100644 --- a/include/my_sys.h +++ b/include/my_sys.h @@ -31,10 +31,7 @@ extern int NEAR my_errno; /* Last error in mysys */ #include <my_pthread.h> #endif -#ifndef _m_ctype_h #include <m_ctype.h> /* for CHARSET_INFO */ -#endif - #include <stdarg.h> #include <typelib.h> |