concat_field_list
: typedeffields ',' typedeffield { $$ = concat_field_list($1, $3); }
static list_t concat_field_list(list_t, field_t);