mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-04 20:55:48 +01:00
and now with "d"
This commit is contained in:
parent
96ac896db0
commit
55bd8ff4d8
1 changed files with 2 additions and 2 deletions
|
|
@ -49,7 +49,7 @@ LuaProc::LuaProc (AudioEngine& engine,
|
|||
, _mempool ("LuaProc", 2097152)
|
||||
#ifdef USE_TLSF
|
||||
, lua (lua_newstate (&PBD::TLSF::lalloc, &_mempool))
|
||||
#elif define USE_MALLOC
|
||||
#elif defined USE_MALLOC
|
||||
, lua ()
|
||||
#else
|
||||
, lua (lua_newstate (&PBD::ReallocPool::lalloc, &_mempool))
|
||||
|
|
@ -79,7 +79,7 @@ LuaProc::LuaProc (const LuaProc &other)
|
|||
, _mempool ("LuaProc", 2097152)
|
||||
#ifdef USE_TLSF
|
||||
, lua (lua_newstate (&PBD::TLSF::lalloc, &_mempool))
|
||||
#elif define USE_MALLOC
|
||||
#elif defined USE_MALLOC
|
||||
, lua ()
|
||||
#else
|
||||
, lua (lua_newstate (&PBD::ReallocPool::lalloc, &_mempool))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue