Commit cbcf6bbd authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Remove useless alloca() work-around

We do not use (non-standard) alloca() anymore.
parent d18e0d0e
......@@ -827,10 +827,6 @@ static inline void SetQWLE (void *p, uint64_t qw)
# define O_NONBLOCK 0
# endif
# ifndef alloca
# define alloca _alloca
# endif
# include <tchar.h>
#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