comparison include/SDL_stdinc.h @ 2279:65bb3dd0b350

Merged revision 3458 from SDL 1.2, fixed Borland C alloca() prototype
author Sam Lantinga <slouken@libsdl.org>
date Fri, 28 Dec 2007 08:07:57 +0000
parents 75a6c5deba84
children 7ae1c419b626
comparison
equal deleted inserted replaced
2278:85cbe9c892f4 2279:65bb3dd0b350
209 # define alloca __builtin_alloca 209 # define alloca __builtin_alloca
210 # elif defined(_MSC_VER) 210 # elif defined(_MSC_VER)
211 # include <malloc.h> 211 # include <malloc.h>
212 # define alloca _alloca 212 # define alloca _alloca
213 # elif defined(__WATCOMC__) 213 # elif defined(__WATCOMC__)
214 # include <malloc.h>
215 # elif defined(__BORLANDC__)
214 # include <malloc.h> 216 # include <malloc.h>
215 # elif defined(__DMC__) 217 # elif defined(__DMC__)
216 # include <stdlib.h> 218 # include <stdlib.h>
217 # elif defined(__AIX__) 219 # elif defined(__AIX__)
218 #pragma alloca 220 #pragma alloca