1
0
mirror of https://github.com/rkd77/elinks.git synced 2025-02-02 15:09:23 -05:00

Compilation fix

This commit is contained in:
Witold Filipczyk 2006-07-21 13:21:21 +02:00 committed by Witold Filipczyk
parent 2a6125e3d0
commit 1b653b9765

View File

@ -1524,6 +1524,8 @@ put_chars(struct html_context *html_context, unsigned char *chars, int charslen)
set_hline(html_context, chars, charslen, link_state);
if (link_state != LINK_STATE_NONE) {
#if 0
/* This all code is from utf8 branch */
#define is_drawing_subs_or_sups() \
((format.style.attr & AT_SUBSCRIPT \
&& html_context->options->display_subs) \
@ -1541,6 +1543,7 @@ put_chars(struct html_context *html_context, unsigned char *chars, int charslen)
}
#undef is_drawing_subs_or_sups
#endif
#ifdef CONFIG_UTF_8
process_link(html_context, link_state, chars, charslen,