copy_list_range
last_enum_expr = copy_list_range(defn, NULL);
expr = copy_list_range(last_enum_expr, NULL);
struct string_list *copy_list_range(struct string_list *start,
decl_spec = copy_list_range(decl_spec, NULL);
decl_spec = copy_list_range(decl_spec, NULL);
struct string_list *expr = copy_list_range(*$3, *$2);