mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
post fix for "move alloca() definition from all *.h files to one new header file"
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user