This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: peeling more bits off the onion
"Joseph S. Myers" <jsm@polyomino.org.uk> writes:
> On Thu, 17 Jul 2003, Zack Weinberg wrote:
>
>> * c-tree.h (KEEP_YES, KEEP_NO, KEEP_MAYBE): New #defines.
>
> Could we use an enum for this (and the corresponding function parameter)
> instead of #defines?
poplevel is called from language independent code (bleah) so, no, not
without changing every front end. Which might be a good idea but is
out of my ambit right now.
zw