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: Paul Eggert
Subject: Re: AC_PROG_LEX broken on IRIX with MIPSpro Compilers
Date: Tue, 25 Dec 2007 18:03:40 -0800
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux)

"Peter O'Gorman" <address@hidden> writes:

> -e { yyless (input () != 0); }
> +e { yyless ((input () != 0)); }

Why is this patch necessary?  yyless is supposed to take an int
parameter, and another set of parentheses shouldn't affect the
parameter's type or value.




reply via email to

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