mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2024-11-10 23:11:41 +00:00
Fixup previous commit
This commit is contained in:
parent
557fe5d45e
commit
7ef21ceaf7
1 changed files with 2 additions and 2 deletions
|
@ -168,7 +168,7 @@ typedef int fluid_socket_t;
|
||||||
_type _name[_len]
|
_type _name[_len]
|
||||||
#else
|
#else
|
||||||
# define FLUID_DECLARE_VLA(_type, _name, _len) \
|
# define FLUID_DECLARE_VLA(_type, _name, _len) \
|
||||||
_type* _name = alloca(sizeof(_type) * (_len))
|
_type* _name = g_newa(_type, (_len))
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue