Re: consistent header files

2003-09-10 Thread Jean-Marc Lasgouttes
> "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

Re: consistent header files

2003-09-10 Thread Andre Poenitz
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) > > { > >

Re: consistent header files

2003-09-05 Thread Asger Kunuk Alstrup
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