bug-autoconf
[Top][All Lists]
Advanced

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

Re: AC_PROG_LEX broken on IRIX with MIPSpro Compilers


From: Peter O'Gorman
Subject: Re: AC_PROG_LEX broken on IRIX with MIPSpro Compilers
Date: Wed, 26 Dec 2007 12:09:39 -0600
User-agent: Thunderbird 2.0.0.9 (X11/20071115)

Peter O'Gorman wrote:

> Now, looking at the expanded version, I am unsure if my patch is
> correct, is the test supposed to be that input() != 0 or that (yy_bp +
> input ()) != 0 ? At the moment, due to operator precedence, it is
> testing that  yy_bp + input () is non-zero, is that intentional?

Of course we're just testing that the thing builds, so this is not
important, adding the parentheses is the right thing.

Peter
-- 
Peter O'Gorman
http://pogma.com




reply via email to

[Prev in Thread] Current Thread [Next in Thread]