> "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes:
Andre> On Fri, Sep 05, 2003 at 06:01:12PM +0200, Asger Kunuk Alstrup
Andre> wrote:
>> On Fri, 5 Sep 2003, Angus Leeming wrote:
>>
>> > support/textutils.h cannot currently be compiled stand-alone. To
>> do so would > require a > #include
On Fri, Sep 05, 2003 at 06:01:12PM +0200, Asger Kunuk Alstrup wrote:
> On Fri, 5 Sep 2003, Angus Leeming wrote:
>
> > support/textutils.h cannot currently be compiled stand-alone. To do so would
> > require a
> > #include "paragraph.h".
> >
> > inline
> > bool IsInsetChar(char c)
> > {
> >
On Fri, 5 Sep 2003, Angus Leeming wrote:
> support/textutils.h cannot currently be compiled stand-alone. To do so would
> require a
> #include "paragraph.h".
>
> inline
> bool IsInsetChar(char c)
> {
> return (c == Paragraph::META_INSET);
> }
>
> So, should I do that or should I move this