Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Merged revision 3458 from SDL 1.2, fixed Borland C alloca() prototype
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Dec 28, 2007
1 parent 09dc088 commit 2860035
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/SDL_stdinc.h
Expand Up @@ -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__)
Expand Down

0 comments on commit 2860035

Please sign in to comment.