cpplib: fix -Wtrigraphs double warnings

Richard Henderson rth@redhat.com
Wed Nov 22 15:47:00 GMT 2000


On Wed, Nov 22, 2000 at 08:15:42PM +0000, Neil Booth wrote:
> +      else if (buffer->cur != buffer->last_Wtrigraphs)
> +	{
> +	  buffer->last_Wtrigraphs = buffer->cur;

Don't you need to clear that somewhere too?  When
read new bits into the buffer for instance?


r~


More information about the Gcc-patches mailing list