Mercurial > sdl-ios-xcode
comparison include/SDL_stdinc.h @ 1829:b98fd17b0b02
Fixed alloca declaration for MPW
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sun, 14 May 2006 05:20:36 +0000 |
parents | 290b5baf2fca |
children | 39a4f91b164a |
comparison
equal
deleted
inserted
replaced
1828:3aecc9072edd | 1829:b98fd17b0b02 |
---|---|
170 # define alloca _alloca | 170 # define alloca _alloca |
171 # elif defined(__WATCOMC__) | 171 # elif defined(__WATCOMC__) |
172 # include <malloc.h> | 172 # include <malloc.h> |
173 # elif defined(__AIX__) | 173 # elif defined(__AIX__) |
174 #pragma alloca | 174 #pragma alloca |
175 # elif defined(__MRC__) | |
176 void *alloca (unsigned); | |
175 # else | 177 # else |
176 char *alloca (); | 178 char *alloca (); |
177 # endif | 179 # endif |
178 #endif | 180 #endif |
179 #ifdef HAVE_ALLOCA | 181 #ifdef HAVE_ALLOCA |