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

This commit is contained in:
Sergei Golubchik 2023-03-07 20:05:12 +01:00
parent 94ed30e505
commit 2ac832838f
2 changed files with 0 additions and 3 deletions

View File

@ -106,7 +106,6 @@ ENDMACRO()
INSTALL_COMPAT_HEADER(my_global.h "")
INSTALL_COMPAT_HEADER(my_config.h "")
INSTALL_COMPAT_HEADER(my_alloca.h "")
INSTALL_COMPAT_HEADER(my_sys.h "")
INSTALL_COMPAT_HEADER(mysql_version.h "
#include <mariadb_version.h>

View File

@ -30,8 +30,6 @@
#ifndef __cplusplus
#define inline __inline
#endif
#else
#include <stdlib.h>
#endif
#endif