Nathan Sidwell <[EMAIL PROTECTED]> writes: | Gabriel Dos Reis wrote: | | > Assuming the extension was gone, do you see a reason we not move the | > default arguments to FUNCTION_DECLs and have FUNCTION_TYPEs use | > TREE_VEC instead of TREE_LIST to hold the parameter-type list? | | you could probably use a VEC(tree), which I think would be even better :)
Thanks! -- Gaby