mirror of
https://github.com/rkd77/elinks.git
synced 2025-01-03 14:57:44 -05:00
[intl] anonymous structs are questionable
This commit is contained in:
parent
4ddf484e01
commit
483796dc7f
@ -203,7 +203,7 @@ new_translation_table(struct conv_table *p)
|
|||||||
/* list of unicode codepoints supported by the current terminal, if this
|
/* list of unicode codepoints supported by the current terminal, if this
|
||||||
* information is available, otherwise size = -1 */
|
* information is available, otherwise size = -1 */
|
||||||
|
|
||||||
struct {
|
struct el_codepoints {
|
||||||
int size;
|
int size;
|
||||||
unicode_val_T *list;
|
unicode_val_T *list;
|
||||||
} codepoints;
|
} codepoints;
|
||||||
|
Loading…
Reference in New Issue
Block a user