lua-users home
lua-l archive

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


> Is there any way to tell the runtime NOT to do this truncation? If  
> not, would someone more familiar with the internals than I be kind  
> enough to provide a patch for 5.1 that leaves the full paths intact?

Change LUA_IDSIZE to a larger value in luaconf.h.
--lhf