Merged revision 3458 from SDL 1.2, fixed Borland C alloca() prototype

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%402649
This commit is contained in:
Sam Lantinga 2007-12-28 08:07:57 +00:00
parent 49492c3e4c
commit 1cb50341fd

View file

@ -212,6 +212,8 @@ extern DECLSPEC void SDLCALL SDL_free(void *mem);
# define alloca _alloca
# elif defined(__WATCOMC__)
# include <malloc.h>
# elif defined(__BORLANDC__)
# include <malloc.h>
# elif defined(__DMC__)
# include <stdlib.h>
# elif defined(__AIX__)