--- rxvt-unicode/src/table/compose.h 2004/03/04 02:05:49 1.1 +++ rxvt-unicode/src/table/compose.h 2004/03/04 03:04:53 1.2 @@ -2,9 +2,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 { 0x00020, 0x00301, 0x000b4 }, { 0x00020, 0x00303, 0x002dc }, @@ -1306,8 +1306,5 @@ { 0x1d1bb, 0x1d16f, 0x1d1bf }, { 0x1d1bc, 0x1d16e, 0x1d1be }, { 0x1d1bc, 0x1d16f, 0x1d1c0 }, -#define ENCODING_COMPOSE_COUNT 1300 -#else -#define ENCODING_COMPOSE_COUNT 0 #endif };