lua-users home
lua-l archive

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


> > These warnings are all related to debug information. If you do not print
> > patterns, you can just ignore them. (BTW, does 'long' in your machine have
> > 64 bits?)
> >
> 
>      Wouldn't it be better to use %ld? It would be correct in 32 bits too.

I did that (and added a cast to long, to ensure consistency).

-- Roberto