José Matos wrote:
>> Richard> The attached patch partially addresses this bug. Not
>> Richard> completely, because it only checks if a file is including
>> Richard> itself and not if a file includes a file that includes it
>> Richard> (etc). The places where the more general check would need to
>>
On Monday 21 May 2007 09:49:46 Jean-Marc Lasgouttes wrote:
> > "Richard" == Richard Heck <[EMAIL PROTECTED]> writes:
>
> Richard> The attached patch partially addresses this bug. Not
> Richard> completely, because it only checks if a file is including
> Richard> itself and not if a file include
> "Richard" == Richard Heck <[EMAIL PROTECTED]> writes:
Richard> The attached patch partially addresses this bug. Not
Richard> completely, because it only checks if a file is including
Richard> itself and not if a file includes a file that includes it
Richard> (etc). The places where the more
This also addresses the new bug 3659.
Richard Heck wrote:
> The attached patch partially addresses this bug. Not completely, because
> it only checks if a file is including itself and not if a file includes
> a file that includes it (etc). The places where the more general check
> would need to b
The attached patch partially addresses this bug. Not completely, because
it only checks if a file is including itself and not if a file includes
a file that includes it (etc). The places where the more general check
would need to be done are identified with FIXME RECURSIVE INPUT so that
this can b