lua-users home
lua-l archive

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



> From: Luiz Henrique de Figueiredo [mailto:lhf@tecgraf.puc-rio.br]
> Sent: Tuesday, December 09, 2003 3:05 AM
> To: lua@bazar2.conectiva.com.br
> Subject: RE: Simple AI Scripting, Help Me!
> 
> >If in Lua long is assumed to be the same size as
> >int (i.e. the machines native word size) there seems little point in
> >using it at all.
> 
> We only use long when we need at least 32 bits. But perhaps we should
name
> it
> lua_Long...

If it was typedef'd, documented and dealt with like lua_Number that
would be great.

Nick