[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: switching from double to float
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Wed, 30 Oct 2002 17:33:30 -0300
>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