Re: string.sub still failing, problem seems a bit weird...
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: string.sub still failing, problem seems a bit weird...
- From: Roberto Ierusalimschy <roberto@...>
- Date: 2005年11月03日 16:58:50 -0200
> Maybe for this trick, luaconf.h can test what LUA_NUMBER really is and
> use a 'float'-trick or a 'double'-trick accordingly?
The C preprocessor does not do that kind of tests...
-- Roberto