Re: -DUSE_FLOAT gotchas?
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: -DUSE_FLOAT gotchas?
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Tue, 6 May 2003 09:23:13 -0300
>I recently tried compiling lua with:
>NUMBER= -DLUA_USER_H='"../etc/luser_number.h"' -DUSE_FLOAT
>
>Now, after rebuilding my app with this lua
Have you used -DLUA_USER_H='"../etc/luser_number.h"' -DUSE_FLOAT when compiling
your application as well? Otherwise, you'll get a lua.h that uses double...
--lhf