On Tue, Jun 12, 2007 at 10:29:24AM +0100, Robert Shearman wrote:
> error("structure size for %s exceeds %d bytes by %d bytes\n",
> name, USHRT_MAX, total_size - USHRT_MAX);
>
> + current_structure = type;
> has_pointers = write_embedded_types(file, NULL, type, name, 0, tfsoff);
> + current_structure = NULL;
>
> array = find_array_or_string_in_struct(type);
> if (array && !processed(array->type))
That was taken care of by the patch I sent in a little before you. It's
like we're reading each other's minds. ;-)