and now with "d"
[ardour.git] / libs / ardour / luaproc.cc
index c7f44d9cd406704379729fb99559a202216a1fed..8ce1c75a198ff9336cae4538374542e88a593f17 100644 (file)
@@ -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))