mirror of
https://github.com/holub/mame
synced 2025-10-05 08:41:31 +03:00
fixed alloca define to standard one (nw)
This commit is contained in:
parent
d49608897f
commit
38458c4d8f
@ -247,7 +247,7 @@ static __inline double log2(double x) { return log(x) * M_LOG2E; }
|
||||
|
||||
#ifdef __GNUC__
|
||||
#ifndef alloca
|
||||
#define alloca __builtin_alloca
|
||||
#define alloca(size) __builtin_alloca(size)
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user