On 05/26/2011 09:46 AM, Nathan Froyd wrote:
On 05/26/2011 09:39 AM, Jason Merrill wrote:On 05/25/2011 10:21 PM, Nathan Froyd wrote:An alternative solution would be to initialize cur_stmt_list somewhere with an actual 1-element VEC;Or just push NULL onto the stack and let append_to_statement_list_1 allocate the VEC?Did you misspeak here? append_to_statement_1 shouldn't be caring about VECs.
Yes, I was confused. I meant push NULL onto the VEC, which seems like what you meant too.
Jason