lua-users home
lua-l archive

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


>I recently downloaded Lua 5.0 alpha and am trying to convert the code 
>to use floats instead of doubles. 

The file config explains how to do that if you're using make.

I don't know what to do in MS Dev Studio but you'll have to
#define LUA_USER_H to be "../etc/luser_number.h" (no quotes)
and also to #define USE_FLOAT .

--lhf