[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Problems making lpeg on Suse 10.2 64bit
- From: roberto@... (Roberto Ierusalimschy)
- Date: Thu, 25 Oct 2007 16:48:11 -0200
> > 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