bison-patches
[Top][All Lists]
Advanced

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

Re: no $$ in %destructor = no unset value warnings?


From: Paul Eggert
Subject: Re: no $$ in %destructor = no unset value warnings?
Date: Wed, 23 Aug 2006 21:54:45 -0700
User-agent: Gnus/5.1008 (Gnus v5.10.8) Emacs/21.4 (gnu/linux)

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

> Moreover, it might be convenient to override a per-type or default
> %destructor by defining an empty per-symbol %destructor, which would
> suppress the warnings:
>
>   %destructor { free ($$); }
>   %destructor { } symbol_with_no_value
>
> What do you think?

Sounds reasonable to me.  Akim?




reply via email to

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