Skip to content

Commit

Permalink
post fix for "move alloca() definition from all *.h files to one new …
Browse files Browse the repository at this point in the history
…header file"
  • Loading branch information
vuvova committed Mar 8, 2023
1 parent 94ed30e commit 2ac8328
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion include/CMakeLists.txt
Expand Up @@ -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>
Expand Down
2 changes: 0 additions & 2 deletions include/mysql/service_encryption.h
Expand Up @@ -30,8 +30,6 @@
#ifndef __cplusplus
#define inline __inline
#endif
#else
#include <stdlib.h>
#endif
#endif

Expand Down

0 comments on commit 2ac8328

Please sign in to comment.