Andreas Köhler <[EMAIL PROTECTED]> writes: > +static GtkWidget * > +gnc_prefs_find_page (GtkNotebook *notebook, const gchar *name) > { > - struct find_data *location; > - const gchar *child_tabname; > - gint index; > + int n_pages; > + GtkWidget *child; > + const gchar *child_name; [snip] > + > + for (int i=0; i<n_pages; i++) {
Uhh, this isn't a legal C99 construct. I think you've been heads-down in C++ too much. -derek -- Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory Member, MIT Student Information Processing Board (SIPB) URL: http://web.mit.edu/warlord/ PP-ASEL-IA N1NWH [EMAIL PROTECTED] PGP key available _______________________________________________ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel