noch eine Stelle mit LUABIND_OLD :-/

This commit is contained in:
Enno Rehling 2006-01-01 23:32:20 +00:00
parent 0336a0953e
commit a032e94382
1 changed files with 4 additions and 0 deletions

View File

@ -52,7 +52,11 @@ namespace eressea {
}
}
}
#ifdef LUABIND_OLD
return object(L); // nil
#else
return object(); // nil
#endif
}
static void set_object(attrib **attribs, const char * name, object_type type, variant val) {