Ilya Zakharevich on Wed, 10 Dec 2003 03:07:23 +0100


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

Re: -fPIC joy, lexcmp woes.


On Tue, Dec 09, 2003 at 05:50:03PM -0800, Phil Carmody wrote:
> Also, while playing around locally, I noticed this:
> <<<
> (03:07) gp > lex([1,3,5],[1,3])
> -1
> (03:11) gp > lex([1,3],[1,3,5])
> -1
> >>>
> 
> !?!? Surely that can't be right?
> (that's CVS nightly build on the Alpha).

I fixed it in my "allow GEN == long long *" patch.  lexcmp() (sp?) is
erroneously prototyped as returning int.

BTW, any chance to have this patch included?  I can rework it for the
newer version if needed...

Hope this helps,
Ilya