1
0
mirror of https://github.com/php/php-src.git synced 2026-04-20 14:31:06 +02:00

- Get rid of build warning on Windows

This commit is contained in:
Andi Gutmans
2000-09-07 14:11:38 +00:00
parent e5d8f20f17
commit f390d7e2ab

View File

@@ -11,6 +11,10 @@
# include "tsrm_config.w32.h"
#endif
#ifdef TSRM_WIN32
#include <malloc.h>
#endif
#if (HAVE_ALLOCA || (defined (__GNUC__) && __GNUC__ >= 2))
# define tsrm_do_alloca(p) alloca(p)
# define tsrm_free_alloca(p)