diff options
Diffstat (limited to 'compat/alloca.hpp')
-rw-r--r-- | compat/alloca.hpp | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/compat/alloca.hpp b/compat/alloca.hpp deleted file mode 100644 index ac4b6996..00000000 --- a/compat/alloca.hpp +++ /dev/null @@ -1,10 +0,0 @@ -#pragma once - -#ifdef _WIN32 -#include <malloc.h> -#ifdef _MSC_VER -#define alloca _alloca -#endif -#else -#include <alloca.h> -#endif |