mirror of https://github.com/libsdl-org/SDL.git
stdinc: modify default alloca prototype
For compatibilty with TinyCC.
Backport of 06758685a5
This commit is contained in:
parent
1fa6142903
commit
9216b7a5ee
|
|
@ -107,7 +107,7 @@
|
|||
# elif defined(__MRC__)
|
||||
void *alloca(unsigned);
|
||||
# else
|
||||
char *alloca();
|
||||
void *alloca(size_t);
|
||||
# endif
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue