bug-bison
[Top][All Lists]
Advanced

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

Re: %destructor feedback


From: Paul Eggert
Subject: Re: %destructor feedback
Date: Wed, 07 Dec 2005 23:58:06 -0800
User-agent: Gnus/5.1007 (Gnus v5.10.7) Emacs/21.4 (gnu/linux)

"Joel E. Denny" <address@hidden> writes:

> it seems that we need a band-aid that will at least stop the
> bleeding we've actually *seen* so far.

How about if we dump YYUSE entirely?  We can put __attribute__
((__unused__)) after any declaration that might be unused, and
/*ARGSUSEDn*/ before any function that might not use one of its
arguments whose number is n or less.

Perhaps it'd be easier to read if we did this:

#define YYUNUSED __attribute__ ((__unused__))




reply via email to

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