[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Bug in groff 1.17 with Sun C++ compiler
From: |
Werner LEMBERG |
Subject: |
Re: Bug in groff 1.17 with Sun C++ compiler |
Date: |
Fri, 20 Apr 2001 15:38:51 +0200 (CEST) |
> So, does emit_space need to return anything? According to
> src/devices/grohtml/post-html.cc:
> current_paragraph->emit_space();
> current_paragraph->emit_space();
> in html_printer::determine_space which means the return value can
> safely be discarded. So, should the function prototype above be:
> void emit_space (void);
This has already been fixed in the current snapshot. Thanks for the
report.
Werner