|
|
@ -33,7 +33,7 @@ Index of this file:
|
|
|
|
|
|
|
|
|
|
|
|
#include <stdio.h> // vsnprintf, sscanf, printf
|
|
|
|
#include <stdio.h> // vsnprintf, sscanf, printf
|
|
|
|
#if !defined(alloca)
|
|
|
|
#if !defined(alloca)
|
|
|
|
#if defined(__GLIBC__) || defined(__sun) || defined(__CYGWIN__) || defined(__APPLE__)
|
|
|
|
#if defined(__GLIBC__) || defined(__sun) || defined(__CYGWIN__) || defined(__APPLE__) || defined(__SWITCH__)
|
|
|
|
#include <alloca.h> // alloca (glibc uses <alloca.h>. Note that Cygwin may have _WIN32 defined, so the order matters here)
|
|
|
|
#include <alloca.h> // alloca (glibc uses <alloca.h>. Note that Cygwin may have _WIN32 defined, so the order matters here)
|
|
|
|
#elif defined(_WIN32)
|
|
|
|
#elif defined(_WIN32)
|
|
|
|
#include <malloc.h> // alloca
|
|
|
|
#include <malloc.h> // alloca
|
|
|
|