emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: make bootstrap fails with newest CVS sources - 2002-11-25


From: Steven Tamm
Subject: Re: make bootstrap fails with newest CVS sources - 2002-11-25
Date: Wed, 27 Nov 2002 23:53:57 -0800

On Wednesday, November 27, 2002, at 11:25  PM, Richard Stallman wrote:

           if (nesting > 3)
            error ("Recursive `require' for feature `%s'",
                   SDATA (SYMBOL_NAME (feature)));

This makes the recursive load die in lread.c:Fload (which produces the nicer error). Fload fails if it tries to load the same file more than
    3 times.

Thanks.  Please do install it.

Done. Is the test for recursion in Frequire even necessary? Would the testing in Fload suffice and the code dealing with recursion testing be removed?




reply via email to

[Prev in Thread] Current Thread [Next in Thread]