post fix for "move alloca() definition from all *.h files to one new header file"
This commit is contained in:
parent
94ed30e505
commit
2ac832838f
@ -106,7 +106,6 @@ ENDMACRO()
|
|||||||
|
|
||||||
INSTALL_COMPAT_HEADER(my_global.h "")
|
INSTALL_COMPAT_HEADER(my_global.h "")
|
||||||
INSTALL_COMPAT_HEADER(my_config.h "")
|
INSTALL_COMPAT_HEADER(my_config.h "")
|
||||||
INSTALL_COMPAT_HEADER(my_alloca.h "")
|
|
||||||
INSTALL_COMPAT_HEADER(my_sys.h "")
|
INSTALL_COMPAT_HEADER(my_sys.h "")
|
||||||
INSTALL_COMPAT_HEADER(mysql_version.h "
|
INSTALL_COMPAT_HEADER(mysql_version.h "
|
||||||
#include <mariadb_version.h>
|
#include <mariadb_version.h>
|
||||||
|
@ -30,8 +30,6 @@
|
|||||||
#ifndef __cplusplus
|
#ifndef __cplusplus
|
||||||
#define inline __inline
|
#define inline __inline
|
||||||
#endif
|
#endif
|
||||||
#else
|
|
||||||
#include <stdlib.h>
|
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user