mirror of
https://github.com/yawut/SDL.git
synced 2026-08-23 09:15:18 -05:00
Fixed alloca declaration for MPW
This commit is contained in:
@@ -172,6 +172,8 @@ extern DECLSPEC void SDLCALL SDL_free(void *mem);
|
||||
# include <malloc.h>
|
||||
# elif defined(__AIX__)
|
||||
#pragma alloca
|
||||
# elif defined(__MRC__)
|
||||
void *alloca (unsigned);
|
||||
# else
|
||||
char *alloca ();
|
||||
# endif
|
||||
|
||||
Reference in New Issue
Block a user