1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-06-25 01:05:37 +00:00

[dom] compilation fixes

This commit is contained in:
Witold Filipczyk 2021-12-08 17:17:50 +01:00
parent 3ad0565da5
commit 57c996c383
2 changed files with 2 additions and 2 deletions

View File

@ -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) \

View File

@ -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 },