lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


I'm reposting this message because listproc thought that it has been posted
already.
The solution proposed below works, but to use setfallback in Lua only, it is
enough to load setfallback.lua, distributed in etc/ (with instructions).
You only need to define LUA_COMPAT2_5 is you use lua_setfallback in C.
--lhf

From: Supratik Champati <champati@sofy.com>
Date: Tue, 28 Sep 1999 00:17:55 -0400

To get setfallback working you would have to recompile lua
with the following line uncommented.
COMPAT= -DRIDL_COMPAT2_5
Which version of lua are you using ? The setfallback stuff
has long been replaced by tag methods.

Good luck,
Supratik