Commit 2ac83283 authored by Sergei Golubchik's avatar Sergei Golubchik

post fix for "move alloca() definition from all *.h files to one new header file"

parent 94ed30e5
...@@ -106,7 +106,6 @@ ENDMACRO() ...@@ -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 @@ ...@@ -30,8 +30,6 @@
#ifndef __cplusplus #ifndef __cplusplus
#define inline __inline #define inline __inline
#endif #endif
#else
#include <stdlib.h>
#endif #endif
#endif #endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment