]> git.donarmstrong.com Git - lilypond.git/commitdiff
flower-1.0.2
authorfred <fred>
Fri, 11 Oct 1996 15:25:33 +0000 (15:25 +0000)
committerfred <fred>
Fri, 11 Oct 1996 15:25:33 +0000 (15:25 +0000)
flower/list.cc

index f93352f507f4d332d1937e57e65b26529cf6b31b..782b3da86eb77b3276f395d8777e714a1ab1defe 100644 (file)
@@ -37,6 +37,7 @@ List<T>::top()
        assert( t != top_ );    // silly link
        while ( t )
            {
+               assert(false);  // this is even more silly.
            top_ = t;
            t = top_->previous();
            }