Commit 8b37e79a authored by Julius Goryavsky's avatar Julius Goryavsky

Post-MDEV-30700: moving alloca() definitions from all *.h files to new header file

Included config file for proper compilation without <my_global.h>
parent 8145b308
...@@ -16,6 +16,8 @@ ...@@ -16,6 +16,8 @@
#ifndef MY_ALLOCA_INCLUDED #ifndef MY_ALLOCA_INCLUDED
#define MY_ALLOCA_INCLUDED #define MY_ALLOCA_INCLUDED
#include <my_config.h>
#ifdef _WIN32 #ifdef _WIN32
#include <malloc.h> /*for alloca*/ #include <malloc.h> /*for alloca*/
/* /*
......
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