[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Using integers instead of floats with Lua 5.0.2
- From: "Adam D. Moss" <adam@...>
- Date: Thu, 04 Nov 2004 23:21:43 +0000
Zachary Landau wrote:
Specifically, LuaSocket does not seem to be too happy about it.
Don't forget to recompile LuaSocket (and any other lua module)
with the new number type too. I made that mistake myself...
--Adam