Re: [Freeciv-Dev] (PR#39476) BUG: iterator conflicts

2007-08-05 Thread William Allen Simpson
URL: http://bugs.freeciv.org/Ticket/Display.html?id=39476 second batch: base_type_iterate client_options_iterate This seems better to remain an indexing iterator (almost all usage is the index number, no pointer needed), but the name translation and other standard accessors were needed.

[Freeciv-Dev] (PR#39476) BUG: iterator conflicts

2007-07-30 Thread William Allen Simpson
URL: http://bugs.freeciv.org/Ticket/Display.html?id=39476 After others noted (PR#39450) that some iterators use indexing instead of pointers, I promised to look into it. And spent a week getting it to work in trunk GTK2, only to discover last night that xaw doesn't even *compile* in trunk!