[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Groff] Re: compilation failure in html.cc
From: |
Werner LEMBERG |
Subject: |
[Groff] Re: compilation failure in html.cc |
Date: |
Thu, 30 Dec 1999 17:25:05 GMT |
> ahh yes, oops, the function declaration: is_appropriate_to_start_table
> at line 4142 needs an int return value. Like this:
>
> int html_printer::is_appropriate_to_start_table (struct text_defn *cols_1,
> ^^^ struct text_defn *cols_2,
> struct text_defn *last_guess)
>
> Below is a patch against the current CVS repository.
Applied, thanks.
Werner