--- rxvt-unicode/src/gencompose 2004/03/04 02:05:49 1.1 +++ rxvt-unicode/src/gencompose 2004/03/04 03:04:53 1.2 @@ -10,9 +10,9 @@ // AUTOMATICALLLY GENERATED by gencompose // -struct rxvt_compose { +struct rxvt_compose_entry { uint32_t c1, c2, r; -} rxvt_compose_table = { +} rxvt_compose_table[] = { #ifdef ENCODING_COMPOSE EOF @@ -32,14 +32,10 @@ for (sort { $a->[0] cmp $b->[0] } @compose) { next if $seen{$_->[1],$_->[2]}++; printf TABLE " { 0x%05x, 0x%05x, 0x%05x },\n", $_->[1], $_->[2], $_->[3]; - $count++; } print TABLE <