and now with "d"
This commit is contained in:
parent
96ac896db0
commit
55bd8ff4d8
@ -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…
Reference in New Issue
Block a user