mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
[dom] compilation fixes
This commit is contained in:
parent
3ad0565da5
commit
57c996c383
@ -125,7 +125,7 @@ done_dom_node_list(struct dom_node_list *list)
|
||||
|
||||
struct dom_node_search {
|
||||
struct dom_node *key;
|
||||
unsigned int from, pos, to;
|
||||
int from, pos, to;
|
||||
};
|
||||
|
||||
#define INIT_DOM_NODE_SEARCH(key, list) \
|
||||
|
@ -1716,7 +1716,7 @@ struct {
|
||||
{ "text/plain", 1 },
|
||||
{ "text/gemini", 0 },
|
||||
{ "application/xhtml+xml", 0 }, /* RFC 3236 */
|
||||
#if CONFIG_DOM
|
||||
#ifdef CONFIG_DOM
|
||||
{ "application/docbook+xml", 1 },
|
||||
{ "application/rss+xml", 0 },
|
||||
{ "application/xbel+xml", 1 },
|
||||
|
Loading…
Reference in New Issue
Block a user