Skip to content

Commit

Permalink
Fixed alloca declaration for MPW
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed May 14, 2006
1 parent 1dbfb7c commit b1663b0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/SDL_stdinc.h
Expand Up @@ -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
Expand Down

0 comments on commit b1663b0

Please sign in to comment.