Descent 0.5.4 released

Trass3r mrmocool at gmx.de
Tue Jan 27 12:35:24 PST 2009


The code is compatible to both. Currently trying with D1. The function 
becomes this:

public static char[] mixinLuaRegisterFunction(char[] lua_state, char[] name,
		char[] lua_library_dot_name)
{
	return ("mixin (mixinLuaRegisterFunctionAtLine (\"" ~ lua_state ~ "\", 
\"" ~ name ~ "\", \"" ~ lua_library_dot_name ~ "\", __LINE__));");
}

Furthermore the function is defined in another module and imported. 
mixin is used in the main module.


More information about the Digitalmars-d-announce mailing list