1
0
mirror of https://github.com/rkd77/elinks.git synced 2025-01-03 14:57:44 -05:00

Redo a small comment.

This commit is contained in:
Miciah Dashiel Butler Masters 2006-01-01 06:24:12 +00:00 committed by Miciah Dashiel Butler Masters
parent 227150d100
commit 290a03787b

View File

@ -77,10 +77,9 @@ enum option_type {
OPT_TREE, OPT_TREE,
}; };
/* Defined in bfu/listbox.h, later and session/session.h */ struct listbox_item; /* bfu/listbox.h */
struct listbox_item; struct option; /* defined later in this file */
struct option; struct session; /* session/session.h */
struct session;
union option_value { union option_value {
/* XXX: Keep first to make @options_root initialization possible. */ /* XXX: Keep first to make @options_root initialization possible. */