Descent 0.5.4 released

Trass3r mrmocool at gmx.de
Tue Jan 27 09:19:48 PST 2009


Getting the results of a mixin doesn't seem to work if a function is used:

mixin (mixinLuaRegisterFunction ("L", "simpleFunction", "mylib.func"));

public static istring mixinLuaPushFunction (cstring lua_state, cstring name)
{
     return cast(istring) (`mixin (mixinLuaPushFunctionAtLine ("` ~ 
lua_state ~ `", "` ~ name ~ `", __LINE__));`);
}


More information about the Digitalmars-d-announce mailing list