mirror of
https://git.freebsd.org/ports.git
synced 2025-06-06 21:30:31 -04:00
11 lines
252 B
C
11 lines
252 B
C
--- toxcore/ccompat.h.orig 2017-04-27 18:20:19 UTC
|
|
+++ toxcore/ccompat.h
|
|
@@ -29,8 +29,6 @@
|
|
// Emulation using alloca.
|
|
#ifdef _WIN32
|
|
#include <malloc.h>
|
|
-#else
|
|
-#include <alloca.h>
|
|
#endif
|
|
|
|
#define VLA(type, name, size) \
|