mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-02-21 02:46:41 +00:00
stdinc: modify default alloca prototype
For compatibilty with TinyCC.
This commit is contained in:
committed by
GitHub
parent
132cef91c8
commit
06758685a5
@@ -66,7 +66,7 @@
|
||||
# elif defined(__MRC__)
|
||||
void *alloca(unsigned);
|
||||
# else
|
||||
char *alloca();
|
||||
void *alloca(size_t);
|
||||
# endif
|
||||
# endif
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user